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(
f"logs/{time.strftime('%Y-%m-%d-%H-%M-%S', time.localtime())}.txt",
"w",
encoding="utf8",
errors="ignore",
)
while True: