Fixed typo

Fixed what looks like a typo
This commit is contained in:
Kyle Blöm 2017-01-30 09:48:14 -08:00
parent 293954a5d8
commit 0e0858f046

View File

@ -341,7 +341,7 @@ class Sanic:
after_start=after_start, before_stop=before_stop,
after_stop=after_stop, ssl=ssl, sock=sock, loop=loop,
protocol=protocol, backlog=backlog, stop_event=stop_event,
async_run=True)
run_async=True)
# Serve
proto = "http"