mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-18 04:25:22 +00:00
feat: 7 hours mission delay
This commit is contained in:
parent
29e2865d93
commit
74376e8627
@ -266,5 +266,6 @@ class Mission(MissionUI, CommissionsUI):
|
|||||||
if status == MissionStatus.FINISH:
|
if status == MissionStatus.FINISH:
|
||||||
break
|
break
|
||||||
|
|
||||||
self.config.task_delay(server_update=True)
|
# delay mission to 7 hours if there are still stages in the queue
|
||||||
|
self.config.task_delay(minute=420) if self.task else self.config.task_delay(server_update=True)
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user