mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-08 12:54:51 +00:00
typo
This commit is contained in:
parent
c48edcc666
commit
5a0f30fcca
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import dotenv
|
||||||
import requests
|
import requests
|
||||||
from git import Repo
|
from git import Repo
|
||||||
|
|
||||||
if ospath.exists("MissKatyLogs.txt"):
|
if os.path.exists("MissKatyLogs.txt"):
|
||||||
with open("MissKatyLogs.txt", "r+") as f:
|
with open("MissKatyLogs.txt", "r+") as f:
|
||||||
f.truncate(0)
|
f.truncate(0)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue