consistency is key

This commit is contained in:
iFargle
2023-02-16 21:58:19 +09:00
parent 57cb93453a
commit d60bcc6286

View File

@@ -250,5 +250,5 @@ def load_checks():
# General error checks. See the function for more info:
if access_checks() != "Pass": return 'error_page'
# If the API key fails, redirect to the settings page:
if key_check() == False: return 'settings_page'
if key_check() != True: return 'settings_page'
return "Pass"