This commit is contained in:
iFargle
2023-02-15 20:33:47 +09:00
parent 74e4ce529e
commit 486cea3de1

View File

@@ -146,7 +146,7 @@ def startup_checks():
file_writable = False
file_exists = False
if os.access('/data/key.txt', os.F_OK):
file_exists: True
file_exists = True
if os.access('/data/key.txt', os.R_OK):
file_readable = True
else: