From acc46fc3497a66a427b795b4a22c6e71d69185a1 Mon Sep 17 00:00:00 2001
From: Walter Purcaro <vuolter@gmail.com>
Date: Sat, 13 Dec 2014 15:56:57 +0100
Subject: Update

---
 pyload/webui/app/pyload.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'pyload/webui')

diff --git a/pyload/webui/app/pyload.py b/pyload/webui/app/pyload.py
index ccd2c30f0..2d1a8eb86 100644
--- a/pyload/webui/app/pyload.py
+++ b/pyload/webui/app/pyload.py
@@ -46,12 +46,12 @@ def pre_processor():
                 plugins = True
 
 
-    return {"user": user,
-            'status': status,
+    return {"user"   : user,
+            'status' : status,
             'captcha': captcha,
-            'perms': perms,
-            'url': request.url,
-            'update': update,
+            'perms'  : perms,
+            'url'    : request.url,
+            'update' : update,
             'plugins': plugins}
 
 
-- 
cgit v1.2.3