Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
remove some code that used a removed api
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Aug 17, 2015
1 parent 33e53bc commit 134f146
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app.py
Expand Up @@ -329,10 +329,8 @@ def generate():

def configure_raven(app):
if 'SENTRY_DSN' in os.environ:
import raven
from raven.contrib.flask import Sentry

raven.load(os.environ['SENTRY_DSN'], app.config)
return Sentry(app)

sentry = configure_raven(app)
Expand Down

0 comments on commit 134f146

Please sign in to comment.