We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa02019 commit c70f2a4Copy full SHA for c70f2a4
1 file changed
lib/utils/api.py
@@ -32,15 +32,13 @@
32
from lib.core.log import LOGGER_HANDLER
33
from lib.core.optiondict import optDict
34
from lib.core.subprocessng import Popen
35
-from thirdparty.bottle.bottle import abort
36
from thirdparty.bottle.bottle import error
37
from thirdparty.bottle.bottle import get
38
from thirdparty.bottle.bottle import hook
39
from thirdparty.bottle.bottle import post
40
from thirdparty.bottle.bottle import request
41
from thirdparty.bottle.bottle import response
42
from thirdparty.bottle.bottle import run
43
-from thirdparty.bottle.bottle import static_file
44
45
RESTAPI_SERVER_HOST = "127.0.0.1"
46
RESTAPI_SERVER_PORT = 8775
0 commit comments