Skip to content

Commit

Permalink
Forgot directory smh
Browse files Browse the repository at this point in the history
  • Loading branch information
vlOd2 committed May 29, 2024
1 parent 474356a commit 3de4903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}

def setup_logger__file_logger(formatter):
if not os.path.exists("logging"):
os.mkdir("logging")
if not os.path.exists("Logs"):
os.mkdir("Logs")

handler = logging.FileHandler(f"Logs/{Utils.logger_file()}", "w")
handler.setFormatter(formatter)
Expand Down

0 comments on commit 3de4903

Please sign in to comment.