mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-17 15:51:01 +03:00
Relay: Add missing from bottle import ..., request, ...
This commit is contained in:
parent
1e9edf94f7
commit
1df2fb749b
@ -22,7 +22,7 @@ from eddn.conf.Settings import Settings, loadConfig
|
||||
|
||||
from gevent import monkey
|
||||
monkey.patch_all()
|
||||
from bottle import Bottle, get, response, run
|
||||
from bottle import Bottle, get, request, response, run
|
||||
app = Bottle()
|
||||
|
||||
# This import must be done post-monkey-patching!
|
||||
|
Loading…
x
Reference in New Issue
Block a user