Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
Revert "finally..."
Browse files Browse the repository at this point in the history
This reverts commit d992749.
  • Loading branch information
ManuelBahr committed May 3, 2017
1 parent d992749 commit cefbdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_billing/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def metrics():
try:
metrics = data(app.config['ENROLLMENT'],
token=app.config['TOKEN'],
metric_name=app.config.get('METRIC_NAME', b'azure_costs')
metric_name=app.config.get('METRIC_NAME', 'azure_costs')
)
except Exception as e:
abort(Response('Scrape failed: %s' % e, status=502))
Expand Down

0 comments on commit cefbdb6

Please sign in to comment.