From 2765c31f92739b9f352156a28ed8998f280a5205 Mon Sep 17 00:00:00 2001 From: Anas <77075674+anasty17@users.noreply.github.com> Date: Sun, 29 Aug 2021 15:18:47 +0300 Subject: [PATCH] Update alive.py --- alive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alive.py b/alive.py index 2d77c9aa3f2..e9f1ccf0b67 100644 --- a/alive.py +++ b/alive.py @@ -18,5 +18,5 @@ if not IS_VPS and BASE_URL is not None: while True: - time.sleep(1000) + time.sleep(600) status = requests.get(BASE_URL).status_code