Skip to content

Commit

Permalink
Fix outsite context for cron_livesynthesis_history
Browse files Browse the repository at this point in the history
  • Loading branch information
David Durieux committed Jan 16, 2017
1 parent 382c453 commit 8c9a7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alignak_backend/app.py
Expand Up @@ -1816,7 +1816,7 @@ def cron_livesynthesis_history():
for item in items:
lookup = {"_id": item['_id']}
deleteitem_internal('livesynthesisretention', False, False, **lookup)
return jsonify({})
return jsonify({})


@app.route('/docs')
Expand Down

0 comments on commit 8c9a7e4

Please sign in to comment.