Ver código fonte

fix: no debug config #744

master
zhayujie 1 ano atrás
pai
commit
94004b095b
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      config.py

+ 1
- 1
config.py Ver arquivo

@@ -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")



Carregando…
Cancelar
Salvar