This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
CoW
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: no debug config
#744
master
zhayujie
1 year ago
parent
f652d592bd
commit
94004b095b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.py
+ 1
- 1
config.py
View File
@@ -140,7 +140,7 @@ def load_config():
else:
config[name] = value
if config
["debug"]
:
if config
.get("debug", False)
:
logger.setLevel(logging.DEBUG)
logger.debug("[INIT] set log level to DEBUG")
Write
Preview
Loading…
Cancel
Save