From b29f6481484ce5809f748fb555d5f2603acfa301 Mon Sep 17 00:00:00 2001 From: Raphael Deem Date: Tue, 31 Jan 2017 12:46:02 -0800 Subject: [PATCH] typo: async_run -> run_async --- sanic/sanic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/sanic.py b/sanic/sanic.py index 1d3e252e..eece7bab 100644 --- a/sanic/sanic.py +++ b/sanic/sanic.py @@ -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"