mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-02-21 09:58:57 +01:00
bug fixed in checkInterConnection line 160
This commit is contained in:
parent
a1c9b3467c
commit
0ecfa52455
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user