mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-14 13:57:17 +03:00
dont propagate logger
This commit is contained in:
parent
211a91110f
commit
765e2db863
1
model.py
1
model.py
@ -7,6 +7,7 @@ import utils
|
|||||||
from EDMCLogging import get_main_logger
|
from EDMCLogging import get_main_logger
|
||||||
|
|
||||||
logger = get_main_logger()
|
logger = get_main_logger()
|
||||||
|
logger.propagate = False
|
||||||
|
|
||||||
db: sqlite3.Connection = sqlite3.connect('squads_stat.sqlite3', check_same_thread=False)
|
db: sqlite3.Connection = sqlite3.connect('squads_stat.sqlite3', check_same_thread=False)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user