Skip to content

Commit

Permalink
Remove author info
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta committed May 30, 2019
1 parent 315da86 commit 44abb9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions blurb_it/__main__.py
Expand Up @@ -13,9 +13,14 @@

from blurb_it import error, middleware, util

import sentry_sdk

routes = web.RouteTableDef()


sentry_sdk.init(os.environ.get("SENTRY_DSN"))


@routes.get("/", name="home")
async def handle_get(request):
"""Render a page with a textbox and submit button."""
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -3,4 +3,5 @@ aiohttp-jinja2==1.1.1
gidgethub==3.1.0
aiohttp-session[secure]==2.7.0
pyjwt==1.7.1
cryptography==2.6.1
cryptography==2.6.1
sentry-sdk==0.8.0

0 comments on commit 44abb9c

Please sign in to comment.