mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-17 02:25:12 +00:00
feat: 7 hours mission delay
This commit is contained in:
parent
29e2865d93
commit
74376e8627
@ -265,6 +265,7 @@ 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