bug fixed in checkInterConnection line 160

This commit is contained in:
ICBMICBM 2019-08-26 11:10:25 +08:00
parent a1c9b3467c
commit 0ecfa52455

View File

@ -157,7 +157,7 @@ def checkInternetConnection():
NETFLAG=1 NETFLAG=1
return True return True
except URLError as err: except URLError as err:
trySkipCheckInternetConnection() return trySkipCheckInternetConnection()
except KeyboardInterrupt: except KeyboardInterrupt:
shutdown() shutdown()