Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-42 committed Oct 6, 2016
1 parent c7ee7cc commit 479bced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceagle/blueprints/cloud_status/cloud_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def health_data_v1(region):
}

# TODO: support regions
request = current_app.config[
request = flask.current_app.config[
"cloud_status"]["regions"][0]["health"]["elastic"]
r = requests.get("%s/_search?search_type=count" % request,
data=json.dumps(query))
Expand Down

0 comments on commit 479bced

Please sign in to comment.