Skip to content

Instantly share code, notes, and snippets.

@szastupov
Created December 14, 2015 10:40
Show Gist options
  • Save szastupov/88938641d1be26bd5bf8 to your computer and use it in GitHub Desktop.
Save szastupov/88938641d1be26bd5bf8 to your computer and use it in GitHub Desktop.
async def main_loop():
req = await get_request()
msg = req["msg"]
await db.insert(msg)
await post("https://parse.com/...", msg)
return Response("Ok")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment