mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Opt: Allow update without reload
This commit is contained in:
@@ -178,7 +178,7 @@ class TaskHandler:
|
||||
time.sleep(0.5)
|
||||
|
||||
def _get_thread(self) -> threading.Thread:
|
||||
thread = Thread(target=self.loop)
|
||||
thread = Thread(target=self.loop, daemon=True)
|
||||
return thread
|
||||
|
||||
def start(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user