summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-08 14:43:40 +0100
committerPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-08 14:52:59 +0100
commitd72d2ce53da21b2c8e99aed4d85c566f66e34180 (patch)
tree5eabe44b2574b485bb1a1dd67a2b6bf027799d06
parent8adfcae6ce0c4b7db4ed8e9089de29ab30f8287a (diff)
downloadlorry-controller-d72d2ce53da21b2c8e99aed4d85c566f66e34180.tar.gz
REAL FIX
-rw-r--r--lorrycontroller/status.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lorrycontroller/status.py b/lorrycontroller/status.py
index a432690..19940e1 100644
--- a/lorrycontroller/status.py
+++ b/lorrycontroller/status.py
@@ -39,6 +39,7 @@ class StatusRenderer(object):
'warning_msg': '',
'max_jobs': self.get_max_jobs(statedb),
'links': True,
+ 'publish_failures': False,
}
status.update(self.get_free_disk_space(work_directory))
return status