1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 21:44:21 +00:00
This commit is contained in:
Steffo 2018-09-18 00:45:42 +02:00
parent d160e060f4
commit 05552c14e3

View file

@ -14,7 +14,6 @@ config = configparser.ConfigParser()
config.read("config.ini") config.read("config.ini")
logging.lastResort = None logging.lastResort = None
ì
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
coloredlogs.install(level="DEBUG", logger=logger) coloredlogs.install(level="DEBUG", logger=logger)