From 90da1d4cea6ce7a7b9940c4178d4bb9dee009671 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Tue, 11 Jul 2023 18:27:44 +0300 Subject: [PATCH] Clear code --- src/core/core.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/core.py b/src/core/core.py index 1685ae6..fae8398 100644 --- a/src/core/core.py +++ b/src/core/core.py @@ -209,12 +209,9 @@ class Core: self.web_thread = web_thread self.web_stop = webapp._stop self.log.info(i18n.start) - # watch = Thread(target=self.stop_me) - # watch.start() # TODO: Server auth ev.call_event("on_started") await t - # watch.join() # while True: # try: # tasks = [console.start(), self.tcp.start(), self.udp.start()] # self.check_alive()