From 32eee7acd425d3ec942e30100ad3b5aa72ef6bd2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 15 Feb 2023 20:47:20 +0900 Subject: [PATCH] Fix typo --- helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.py b/helper.py index 4e05397..c371c71 100644 --- a/helper.py +++ b/helper.py @@ -153,7 +153,7 @@ def startup_checks(): file_exists = False if os.access('/data/key.txt', os.F_OK): file_exists = True - if os.access('/data/key.txt', os.R_OK): chmod + if os.access('/data/key.txt', os.R_OK): file_readable = True else: app.logger.error("/data/key.txt READ: FAILED")