This commit is contained in:
yasirarism 2023-07-05 11:32:07 +07:00 committed by GitHub
parent c48edcc666
commit 5a0f30fcca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)