Skip to content

Commit

Permalink
Updated logger (AlgoPy)
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinetlyNotAI committed Sep 29, 2024
1 parent beaf84b commit a3e60f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODS/_MOD_SKELETON.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from __lib_class import *

if __name__ == "__main__":
log = Log(debug=DEBUG)
log = Log({"log_level": DEBUG})

# Your actual code, must be able to run without any interference by outside actions
# USE log.debug, log.info, log.error, log.warning and log.critical and log.string as well
Expand Down

0 comments on commit a3e60f8

Please sign in to comment.