dont propagate logger

This commit is contained in:
norohind 2021-11-23 20:52:43 +03:00
parent 211a91110f
commit 765e2db863
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -7,6 +7,7 @@ import utils
from EDMCLogging import get_main_logger
logger = get_main_logger()
logger.propagate = False
db: sqlite3.Connection = sqlite3.connect('squads_stat.sqlite3', check_same_thread=False)