Skip to content

Commit

Permalink
MARKFILE match LOGFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Nov 13, 2023
1 parent 6afe123 commit a3fc530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
load_dotenv(override=True)

logfile = os.getenv("LOGFILE", "log.log")
markfile = os.getenv("MARK_FILE", "mark.log")
markfile = os.getenv("MARKFILE", "mark.log")


def logger(message: str, log_type=0):
Expand Down

0 comments on commit a3fc530

Please sign in to comment.