Merge branch 'master' into dev-1.x

This commit is contained in:
Alex Root Junior 2018-03-19 01:27:37 +02:00
commit 46c73524be
2 changed files with 8 additions and 2 deletions

View file

@ -89,5 +89,5 @@ def start_webhook(dispatcher, webhook_path, *, loop=None, skip_updates=None,
app.on_startup.append(_wh_startup)
app.on_shutdown.append(_wh_shutdown)
web.run_app(app, loop=loop, **kwargs)
web.run_app(app, **kwargs)
return app