Update MultiServer.py

This commit is contained in:
Fabian Dill
2024-01-04 11:22:00 +01:00
committed by GitHub
parent 0607051718
commit 609cb22c91

View File

@@ -2189,7 +2189,7 @@ class ServerCommandProcessor(CommonCommandProcessor):
def shutdown():
response_queue.put(None)
logging.getLogger().removeHandler(self)
logging.getLogger().removeHandler(handler)
logging.getLogger().addHandler(handler)
self.output("Discord Link established.")