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}