mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Opt: Login twice a day on cloud
This commit is contained in:
parent
af80aa3d4c
commit
f1d75967e7
@ -139,6 +139,8 @@ class DungeonState(UI):
|
||||
limit = 30
|
||||
else:
|
||||
limit = 60
|
||||
if self.config.is_cloud_game:
|
||||
limit = 120
|
||||
|
||||
# Double event is not yet finished, do it today as possible
|
||||
update = get_server_next_update(self.config.Scheduler_ServerUpdate)
|
||||
|
Loading…
Reference in New Issue
Block a user