diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-20 17:39:54 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-20 17:39:54 +0100 |
commit | 21047cccdb45249f76b32413c21e013d15f0bf41 (patch) | |
tree | 963875366a64de5e41d0139569f7b5dad12399ae /module/web/pyload_app.py | |
parent | added models and collections for progress (diff) | |
download | pyload-21047cccdb45249f76b32413c21e013d15f0bf41.tar.xz |
removed pie charts
Diffstat (limited to 'module/web/pyload_app.py')
-rw-r--r-- | module/web/pyload_app.py | 2 |
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, |