Update system_api.py
This commit is contained in:
parent
b6c8c0b3a7
commit
bdd80a0911
|
|
@ -614,6 +614,7 @@ class system_api:
|
|||
return ret
|
||||
|
||||
def getServerInfo(self):
|
||||
import urllib.request
|
||||
upAddr = 'https://raw.githubusercontent.com/midoks/mdserver-web/master/version/info.json'
|
||||
try:
|
||||
# requests.adapters.DEFAULT_RETRIES = 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue