mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-06-18 14:41:21 +00:00
Clear code
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user