summaryrefslogtreecommitdiffstats
path: root/module/web/json_app.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-03-10 13:19:36 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-03-10 13:19:36 +0100
commit64974b9a18ef08f5a9f65a17af5cb06c1db4295c (patch)
tree7b3699cc77691951654e9b48b38544b203efe1de /module/web/json_app.py
parentlink parser from forum thx to ToFF, missing icons (diff)
downloadpyload-64974b9a18ef08f5a9f65a17af5cb06c1db4295c.tar.xz
webif user managment
Diffstat (limited to 'module/web/json_app.py')
-rw-r--r--module/web/json_app.py2
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)