Clear code

This commit is contained in:
Maxim Khomutov 2023-07-11 18:27:44 +03:00
parent c428479110
commit 90da1d4cea

View File

@ -209,12 +209,9 @@ class Core:
self.web_thread = web_thread self.web_thread = web_thread
self.web_stop = webapp._stop self.web_stop = webapp._stop
self.log.info(i18n.start) self.log.info(i18n.start)
# watch = Thread(target=self.stop_me)
# watch.start()
# TODO: Server auth # TODO: Server auth
ev.call_event("on_started") ev.call_event("on_started")
await t await t
# watch.join()
# while True: # while True:
# try: # try:
# tasks = [console.start(), self.tcp.start(), self.udp.start()] # self.check_alive() # tasks = [console.start(), self.tcp.start(), self.udp.start()] # self.check_alive()