mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-24 12:20:54 +03:00
Gateway: Remove un-used bottle imports
This commit is contained in:
parent
13765c70d5
commit
bf432a9708
@ -27,7 +27,7 @@ from eddn.core.Validator import ValidationSeverity, Validator
|
||||
|
||||
monkey.patch_all()
|
||||
import bottle
|
||||
from bottle import Bottle, get, post, request, response, run
|
||||
from bottle import Bottle, request, response
|
||||
bottle.BaseRequest.MEMFILE_MAX = 1024 * 1024 # 1MiB, default is/was 100KiB
|
||||
|
||||
app = Bottle()
|
||||
|
Loading…
x
Reference in New Issue
Block a user