mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-02-16 15:43: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
|
||||
return True
|
||||
except URLError as err:
|
||||
trySkipCheckInternetConnection()
|
||||
return trySkipCheckInternetConnection()
|
||||
except KeyboardInterrupt:
|
||||
shutdown()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user