mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Black codebase
This commit is contained in:
parent
4b9c6cfd71
commit
7a2647c348
4
main.py
4
main.py
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user