From 8f934e5b35f16c163f55c3553aeaaeb623314ce6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Jul 2023 14:17:19 -0300 Subject: Wait plenty, we are not in rush. --- game/client.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50