diff --git a/class/core/system_api.py b/class/core/system_api.py index 5f821aee2..cf245d160 100755 --- a/class/core/system_api.py +++ b/class/core/system_api.py @@ -24,7 +24,8 @@ class system_api: ##### ----- start ----- ### def networkApi(self): - return self.getNetWork() + data = self.getNetWork() + return public.getJson(data) def updateServerApi(self): stype = request.args.get('type', 'check')