Merge pull request #1175 from PyManiacGR/patch-1

Fix try_everything example.
This commit is contained in:
Raphael Deem
2018-03-28 00:41:07 -07:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
import os import os
from sanic import Sanic from sanic import Sanic
from sanic.log import log from sanic.log import logger as log
from sanic import response from sanic import response
from sanic.exceptions import ServerError from sanic.exceptions import ServerError