diff --git a/main.py b/main.py old mode 100644 new mode 100755 index 7594ddd..baa1448 --- a/main.py +++ b/main.py @@ -1,3 +1,5 @@ +#!/bin/python3 + import requests import json import time @@ -26,7 +28,7 @@ def main(): mastogame = mastosnake(game) continue - time.sleep(120) + time.sleep(3600) poll_id = json.loads(r.text)['poll']['id'] r = requests.get("https://" + host + getend + poll_id)