diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-19 14:17:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-19 14:17:19 -0300 |
commit | 8f934e5b35f16c163f55c3553aeaaeb623314ce6 (patch) | |
tree | 642e924a597b8b5191fe937bad4013ce62c70916 | |
parent | c0303268a04122ab78fff474e2bfca848ce1705b (diff) | |
download | renpy-8f934e5b35f16c163f55c3553aeaaeb623314ce6.tar.gz renpy-8f934e5b35f16c163f55c3553aeaaeb623314ce6.tar.bz2 renpy-8f934e5b35f16c163f55c3553aeaaeb623314ce6.tar.xz renpy-8f934e5b35f16c163f55c3553aeaaeb623314ce6.zip |
Wait plenty, we are not in rush.
-rw-r--r-- | game/client.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/client.rpy b/game/client.rpy index 014da64..42f428c 100644 --- a/game/client.rpy +++ b/game/client.rpy @@ -156,7 +156,7 @@ init 2 python: stdout("[CLIENT] Mirror Lake triggered.") ## Give "plenty" time to ensure data will be available statusmsg=_("Synchronizing data...") - time.sleep(0.65) + time.sleep(1.65) try: r=vault.post(VAULT_HOST+"/getlake", json=auth, timeout=15.0) ## We got the access credentials |