diff --git a/src/eddn/Relay.py b/src/eddn/Relay.py index 9843c79..10629d4 100644 --- a/src/eddn/Relay.py +++ b/src/eddn/Relay.py @@ -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!