We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beaf84b commit a3e60f8Copy full SHA for a3e60f8
MODS/_MOD_SKELETON.py
@@ -8,7 +8,7 @@
8
from __lib_class import *
9
10
if __name__ == "__main__":
11
- log = Log(debug=DEBUG)
+ log = Log({"log_level": DEBUG})
12
13
# Your actual code, must be able to run without any interference by outside actions
14
# USE log.debug, log.info, log.error, log.warning and log.critical and log.string as well
0 commit comments