syntax error due to laziness
This commit is contained in:
parent
d87a702bfe
commit
84c9c105fd
@ -50,7 +50,7 @@ def index():
|
|||||||
status = {
|
status = {
|
||||||
'tracking': client.db.tracked.count(),
|
'tracking': client.db.tracked.count(),
|
||||||
'need_update': client.get_update_queue_size(),
|
'need_update': client.get_update_queue_size(),
|
||||||
'logs': client.db.logs.find().sort('$natural', -1).limit(20)
|
'logs': client.db.logs.find().sort('$natural', -1).limit(20),
|
||||||
'mongo_host': settings.MONGO_HOST,
|
'mongo_host': settings.MONGO_HOST,
|
||||||
}
|
}
|
||||||
return status
|
return status
|
||||||
|
Loading…
Reference in New Issue
Block a user