Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
parent
2a15583b87
commit
269100eac1
|
@ -1,9 +1,9 @@
|
||||||
from json import JSONDecodeError
|
from json import JSONDecodeError
|
||||||
|
from socket import socket
|
||||||
|
|
||||||
from sanic.exceptions import MethodNotSupported
|
from sanic.exceptions import MethodNotSupported
|
||||||
from sanic.log import logger
|
from sanic.log import logger
|
||||||
from sanic.response import text
|
from sanic.response import text
|
||||||
from socket import socket
|
|
||||||
|
|
||||||
|
|
||||||
HOST = "127.0.0.1"
|
HOST = "127.0.0.1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user