mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 22:05:12 +00:00
feat: 7 hours mission delay
This commit is contained in:
parent
9b9d0a5bcd
commit
69bff3f757
@ -265,6 +265,7 @@ class Mission(MissionUI, CommissionsUI):
|
||||
|
||||
if status == MissionStatus.FINISH:
|
||||
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