mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 03:15:35 +08:00
Fix: Unable to release the hoarded task after waiting a task at start (#764)
This commit is contained in:
1
alas.py
1
alas.py
@@ -303,6 +303,7 @@ class AzurLaneAutoScript:
|
|||||||
logger.warning(f'Invalid Optimization_WhenTaskQueueEmpty: {method}, fallback to stay_there')
|
logger.warning(f'Invalid Optimization_WhenTaskQueueEmpty: {method}, fallback to stay_there')
|
||||||
self.wait_until(task.next_run)
|
self.wait_until(task.next_run)
|
||||||
|
|
||||||
|
AzurLaneConfig.is_hoarding_task = False
|
||||||
return task.command
|
return task.command
|
||||||
|
|
||||||
def loop(self):
|
def loop(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user