Fix errbit
This commit is contained in:
parent
073f4bba11
commit
3cf49c7634
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ if not app.debug:
|
|||
api_key=app.config['AIRBRAKE_KEY']
|
||||
)
|
||||
# ugly hack to make this work for out errbit
|
||||
airbrake._api_url = "http://zeus-errbit.ilion.me/api/v3/projects/{}/notices".format(airbrake.project_id)
|
||||
airbrake._api_url = "http://errbit.awesomepeople.tv/api/v3/projects/{}/notices".format(airbrake.project_id)
|
||||
|
||||
airbrakelogger.addHandler(
|
||||
AirbrakeHandler(airbrake=airbrake)
|
||||
|
|
Loading…
Reference in a new issue