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