From 65dbed3fac0e7a38f7549a8472cd051ec2d91871 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 26 Feb 2019 16:01:39 +0800 Subject: [PATCH] Update system_api.py --- class/core/system_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/class/core/system_api.py b/class/core/system_api.py index 40d75c941..5ab1460e5 100755 --- a/class/core/system_api.py +++ b/class/core/system_api.py @@ -614,7 +614,6 @@ class system_api: upAddr = 'https://raw.githubusercontent.com/midoks/mdserver-web/master/version/info.json' try: version = public.httpGet(upAddr) - print version version = json.loads(version) return version[0] except Exception as e: