aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvolpino <fox91@anche.no>2012-11-28 11:22:28 +0100
committervolpino <fox91@anche.no>2012-11-28 11:22:28 +0100
commit8c53d7c03e18cd3aecea86861cc9ab26e9e90177 (patch)
treea6a5c9ce8b8ef39571740688b84376be8d87863d
parenteuscanwww: handle '' handler (diff)
downloadeuscan-8c53d7c03e18cd3aecea86861cc9ab26e9e90177.tar.gz
euscan-8c53d7c03e18cd3aecea86861cc9ab26e9e90177.tar.bz2
euscan-8c53d7c03e18cd3aecea86861cc9ab26e9e90177.zip
euscanwww: Indentation must be a multiple of 4
Signed-off-by: volpino <fox91@anche.no>
-rw-r--r--euscanwww/djeuscan/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/euscanwww/djeuscan/views.py b/euscanwww/djeuscan/views.py
index f3e1f8c..fc10976 100644
--- a/euscanwww/djeuscan/views.py
+++ b/euscanwww/djeuscan/views.py
@@ -388,7 +388,7 @@ def statistics(request):
)
for i in xrange(len(handlers)):
if not handlers[i]['handler']:
- handlers[i]['handler'] = "unknown"
+ handlers[i]['handler'] = "unknown"
return {"handlers": handlers}