mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-27 21:52:14 +03:00
Gateway: Remove un-used bottle imports
This commit is contained in:
parent
9b7d531641
commit
46dec75082
@ -27,7 +27,7 @@ from eddn.core.Validator import ValidationSeverity, Validator
|
|||||||
|
|
||||||
monkey.patch_all()
|
monkey.patch_all()
|
||||||
import bottle
|
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
|
bottle.BaseRequest.MEMFILE_MAX = 1024 * 1024 # 1MiB, default is/was 100KiB
|
||||||
|
|
||||||
app = Bottle()
|
app = Bottle()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user