euscanwww: Indentation must be a multiple of 4

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino 2012-11-28 11:22:28 +01:00
parent b2726bd058
commit 259e466db8
1 changed files with 1 additions and 1 deletions

View File

@ -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}