We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bb616 commit e075995Copy full SHA for e075995
check_internet_con.py
@@ -3,7 +3,7 @@
3
4
def checkInternetConnectivity():
5
try:
6
- urllib2.urlopen("http://google22.com", timeout=2)
+ urllib2.urlopen("http://google.com", timeout=2)
7
print("Working connection")
8
9
except urllib2.URLError as E:
0 commit comments