From 486cea3de18a8746da0f9511bfd628f992c2b487 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 15 Feb 2023 20:33:47 +0900 Subject: [PATCH] Test --- helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.py b/helper.py index ed8c280..efcb951 100644 --- a/helper.py +++ b/helper.py @@ -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: