Black codebase

This commit is contained in:
amcmanu3 2023-11-30 01:06:33 -05:00
parent 4b9c6cfd71
commit 7a2647c348

View File

@ -87,9 +87,7 @@ def do_intro():
def setup_logging(debug=True):
logging_config_file = os.path.join(app_path, "app", "config", "logging.json")
if not helper.check_file_exists(
os.path.join(app_path, "logs", "auth_tracker.log")
):
if not helper.check_file_exists(os.path.join(app_path, "logs", "auth_tracker.log")):
open(
os.path.join(app_path, "logs", "auth_tracker.log"),
"a",