euscanwww: Indentation must be a multiple of 4
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
parent
e89edb588e
commit
8c53d7c03e
@ -388,7 +388,7 @@ def statistics(request):
|
|||||||
)
|
)
|
||||||
for i in xrange(len(handlers)):
|
for i in xrange(len(handlers)):
|
||||||
if not handlers[i]['handler']:
|
if not handlers[i]['handler']:
|
||||||
handlers[i]['handler'] = "unknown"
|
handlers[i]['handler'] = "unknown"
|
||||||
return {"handlers": handlers}
|
return {"handlers": handlers}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user