From 3cf49c763487267dc66c925de5afb90f692bbbad Mon Sep 17 00:00:00 2001 From: Feliciaan De Palmenaer Date: Sun, 29 Nov 2015 15:19:37 +0100 Subject: [PATCH] Fix errbit --- app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.py b/app/app.py index 4a502f6..7f6e178 100644 --- a/app/app.py +++ b/app/app.py @@ -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)