summaryrefslogtreecommitdiffstats
path: root/module/web/pyload_app.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-20 17:39:54 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-20 17:39:54 +0100
commit21047cccdb45249f76b32413c21e013d15f0bf41 (patch)
tree963875366a64de5e41d0139569f7b5dad12399ae /module/web/pyload_app.py
parentadded models and collections for progress (diff)
downloadpyload-21047cccdb45249f76b32413c21e013d15f0bf41.tar.xz
removed pie charts
Diffstat (limited to 'module/web/pyload_app.py')
-rw-r--r--module/web/pyload_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py
index 8401e1778..147c31a92 100644
--- a/module/web/pyload_app.py
+++ b/module/web/pyload_app.py
@@ -39,7 +39,7 @@ def pre_processor():
if api is not None:
user = api.user
- status = api.statusServer()
+ status = api.getServerStatus()
return {"user": user,
'server': status,