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

Commit

Permalink
Fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Pryakhin committed Jan 8, 2017
1 parent 02a102a commit 23c474b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtnumber-bot/main.py
Expand Up @@ -72,6 +72,7 @@ async def http_info(request):


async def http_event(request):
global last_response
try:
input_json = await request.json()
except json.decoder.JSONDecodeError:
Expand Down

0 comments on commit 23c474b

Please sign in to comment.