From 5a0f30fccac1b88df1a1813a71926b36aae411cf Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Wed, 5 Jul 2023 11:32:07 +0700 Subject: [PATCH] typo --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index a02b9627..614c949c 100644 --- a/update.py +++ b/update.py @@ -7,7 +7,7 @@ import dotenv import requests from git import Repo -if ospath.exists("MissKatyLogs.txt"): +if os.path.exists("MissKatyLogs.txt"): with open("MissKatyLogs.txt", "r+") as f: f.truncate(0)