diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-08 15:39:40 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-08 15:39:40 +0300 |
| commit | 3536d86b7ab89076ab2f6136334127b7f7596411 (patch) | |
| tree | 2b5f51ce4cc38235397823e06ba1494e1bffdb48 /modes.py | |
| parent | 17b6a38250522c39e228963ba59214744c2d61ba (diff) | |
Fix syntax error
Diffstat (limited to 'modes.py')
| -rw-r--r-- | modes.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ def loop(): res = requests.get(ROOT_URL) process_jobs(res.json()) except Exception as e: - log.error('{}'.format(e)) + logging.error('{}'.format(e)) finally: sleep(10) |
