Reverent commited on
Commit
6824e50
Β·
1 Parent(s): 08bacf4

Rename warmer.py to app.py

Browse files
Files changed (1) hide show
  1. warmer.py β†’ app.py +1 -1
warmer.py β†’ app.py RENAMED
@@ -16,7 +16,7 @@ while True:
16
  print("ALIVE")
17
  else:
18
  print("DISCONNECTED")
19
- time.sleep(60)
20
  except Exception as e:
21
  print("NO INTERNET")
22
  print(str(e))
 
16
  print("ALIVE")
17
  else:
18
  print("DISCONNECTED")
19
+ time.sleep(300)
20
  except Exception as e:
21
  print("NO INTERNET")
22
  print(str(e))