This commit is contained in:
Angus Hollands 2017-02-11 14:35:44 +00:00
parent b5e50ecb75
commit 2d5fd2fe1c

View File

@ -9,10 +9,10 @@ from sanic import Sanic
from sanic.utils import HOST, PORT
AVAILABLE_LISTENERS = [
'before_start',
'after_start',
'before_stop',
'after_stop'
'before_server_start',
'after_server_start',
'before_server_stop',
'after_server_stop'
]