mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +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
|
limit = 30
|
||||||
else:
|
else:
|
||||||
limit = 60
|
limit = 60
|
||||||
|
if self.config.is_cloud_game:
|
||||||
|
limit = 120
|
||||||
|
|
||||||
# Double event is not yet finished, do it today as possible
|
# Double event is not yet finished, do it today as possible
|
||||||
update = get_server_next_update(self.config.Scheduler_ServerUpdate)
|
update = get_server_next_update(self.config.Scheduler_ServerUpdate)
|
||||||
|
Loading…
Reference in New Issue
Block a user