summaryrefslogtreecommitdiff
path: root/lorry-controller-minion
diff options
context:
space:
mode:
Diffstat (limited to 'lorry-controller-minion')
-rwxr-xr-xlorry-controller-minion4
1 files changed, 2 insertions, 2 deletions
diff --git a/lorry-controller-minion b/lorry-controller-minion
index 95ccef1..72f1a39 100755
--- a/lorry-controller-minion
+++ b/lorry-controller-minion
@@ -119,7 +119,7 @@ class MINION(cliapp.Application):
except WEBAPPError as e:
logging.error(str(e))
return None
-
+
obj = json.loads(body)
if obj.get('job_id', None):
return obj
@@ -303,6 +303,6 @@ class MINION(cliapp.Application):
except ValueError:
logging.warning('error converting %r to string' % words[0])
return 0
-
+
MINION().run()