diff options
Diffstat (limited to 'module/web/json_app.py')
-rw-r--r-- | module/web/json_app.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/web/json_app.py b/module/web/json_app.py index 428abaee7..ac1f3ec9c 100644 --- a/module/web/json_app.py +++ b/module/web/json_app.py @@ -242,8 +242,6 @@ def add_package(): data = {"password": pw} PYLOAD.set_package_data(pack, data) - return {"response" : "success"} - @route("/json/remove_package/:id") @validate(id=int) |