diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-08 00:59:48 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-08 00:59:48 +0300 |
| commit | a130a4bf4f1657b1ed43023793708fe8d7222600 (patch) | |
| tree | cba7f80c226c4a13736a1fdda8d7322d7e0a58db /modes.py | |
| parent | 24cc9ec48efcb09361601d348799962514f2074d (diff) | |
Syntax error
Diffstat (limited to 'modes.py')
| -rw-r--r-- | modes.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ def loop(): while True: try: res = requests.get(ROOT_URL) - print('{} :: {}'.format(datetime.now().isoformat(), res.content) + print('{} :: {}'.format(datetime.now().isoformat(), res.content)) process_jobs(res.json()) except: pass |
