diff --git a/oyster/web.py b/oyster/web.py index 337ea0a..42c7c26 100644 --- a/oyster/web.py +++ b/oyster/web.py @@ -50,7 +50,7 @@ def index(): status = { 'tracking': client.db.tracked.count(), '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, } return status