Skip to content
Snippets Groups Projects
Commit 848e9ae9 authored by Julian Rother's avatar Julian Rother
Browse files

Removed debug stuff

parent c6d8e81d
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,6 @@ def stats_generic(req, param=None):
if key not in res:
res[key] = []
res[key].append(val)
import time
time.sleep(10)
return Response(json.dumps([res], default=plotly_date_handler), mimetype='application/json')
@app.route('/stats/viewsperday/<req>')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment