Skip to content

Commit

Permalink
Merge pull request #242 from Alignak-monitoring-contrib/develop+fix_o…
Browse files Browse the repository at this point in the history
…utside_context_cron_livesynthesis

Fix outsite context for cron_livesynthesis_history
  • Loading branch information
mohierf committed Jan 16, 2017
2 parents 382c453 + 8c9a7e4 commit d512a61
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 d512a61

Please sign in to comment.