Update system_api.py

pull/109/head
Mr Chen 6 years ago
parent 6c1b30067e
commit 65dbed3fac
  1. 1
      class/core/system_api.py

@ -614,7 +614,6 @@ class system_api:
upAddr = 'https://raw.githubusercontent.com/midoks/mdserver-web/master/version/info.json' upAddr = 'https://raw.githubusercontent.com/midoks/mdserver-web/master/version/info.json'
try: try:
version = public.httpGet(upAddr) version = public.httpGet(upAddr)
print version
version = json.loads(version) version = json.loads(version)
return version[0] return version[0]
except Exception as e: except Exception as e:

Loading…
Cancel
Save