summaryrefslogtreecommitdiff
path: root/lorrycontroller/showlorry.py
diff options
context:
space:
mode:
Diffstat (limited to 'lorrycontroller/showlorry.py')
-rw-r--r--lorrycontroller/showlorry.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lorrycontroller/showlorry.py b/lorrycontroller/showlorry.py
index 19f9429..d54073a 100644
--- a/lorrycontroller/showlorry.py
+++ b/lorrycontroller/showlorry.py
@@ -74,7 +74,7 @@ class ShowLorryHTML(ShowLorryBase, lorrycontroller.LorryControllerRoute):
lorry_info['last_run_nice'] = time.strftime(
'%Y-%m-%d %H:%M:%S UTC',
time.gmtime(lorry_info['last_run']))
-
+
lorry_info['disk_usage_nice'] = shower.format_bytesize(
lorry_info['disk_usage'])
@@ -82,7 +82,7 @@ class ShowLorryHTML(ShowLorryBase, lorrycontroller.LorryControllerRoute):
due = lorry_info['last_run'] + lorry_info['interval']
lorry_info['due_nice'] = renderer.format_due_nicely(due, now)
-
+
timestamp = time.strftime('%Y-%m-%d %H:%M:%S UTC', time.gmtime(now))
parts = urlparse.urlparse(bottle.request.url)