mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-04 04:18:15 +02:00
bug fixed in checkInterConnection line 160
This commit is contained in:
parent
a1c9b3467c
commit
0ecfa52455
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue