This commit is contained in:
恍兮惚兮 2024-08-07 23:20:41 +08:00
parent 7d74fca176
commit 0f25577411

View File

@ -178,6 +178,7 @@ class Lockedfile:
file = open( file = open(
f"logs/{time.strftime('%Y-%m-%d-%H-%M-%S', time.localtime())}.txt", f"logs/{time.strftime('%Y-%m-%d-%H-%M-%S', time.localtime())}.txt",
"w", "w",
encoding="utf8",
errors="ignore", errors="ignore",
) )
while True: while True: