diff --git a/helper.py b/helper.py index aa43d6f..9f06cc6 100644 --- a/helper.py +++ b/helper.py @@ -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" \ No newline at end of file