From 21047cccdb45249f76b32413c21e013d15f0bf41 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 20 Dec 2012 17:39:54 +0100 Subject: removed pie charts --- module/web/pyload_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/pyload_app.py') 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, -- cgit v1.2.3