mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-20 01:09:33 +08:00
Opt: Add an option to disable reload
This commit is contained in:
@@ -183,7 +183,6 @@ class TaskHandler:
|
||||
|
||||
def _get_thread(self) -> threading.Thread:
|
||||
thread = Thread(target=self.loop)
|
||||
thread.daemon = True
|
||||
return thread
|
||||
|
||||
def start(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user