Skip to content

Commit

Permalink
Sentry does't return an app
Browse files Browse the repository at this point in the history
  • Loading branch information
beaugunderson committed Jan 28, 2014
1 parent 9dcab0f commit 6ab9653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

app.config.from_object('config.ConfigProduction')

app = Sentry(app)
sentry = Sentry(app)

db = get_database(app)

Expand Down

0 comments on commit 6ab9653

Please sign in to comment.