Skip to content

Commit

Permalink
Update alive.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anasty17 authored Aug 29, 2021
1 parent 7fb8d97 commit 2765c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2765c31

Please sign in to comment.