This commit is contained in:
2024-08-01 18:07:50 +02:00
parent 167fe59456
commit e54150fd5d
+1 -1
View File
@@ -146,7 +146,7 @@ def comm_subroutine(logger):
the provided code snippet, the logger is used to log messages at the "info" level
"""
#logger.setLevel(logging.DEBUG)
logging.getLogger("discord")
logger = logging.getLogger("discord")
logger.info("Started")
threads = []
#threads.append(threading.Thread(target=flask_debug, args=(logger,)))