diff --git a/refillmachine.lua b/refillmachine.lua index a01d0b9..2588be7 100644 --- a/refillmachine.lua +++ b/refillmachine.lua @@ -550,7 +550,7 @@ local function refillLoop() local errMessage = okCall and tostring(newBalance or "refill_failed") or "refill_call_failed" drawErrorPage(errMessage) - sleep(2) + sleep(8) state.page = "home" return end