As far as I can tell that IP address is down

(both ping and nmap -Pn confirm this)
This commit is contained in:
enkore 2013-02-11 15:52:52 +01:00
parent 45f9ba3c66
commit 71c64b2c26

View File

@ -66,7 +66,7 @@ class I3statusHandler(object):
def has_internet_connection():
try:
response=urllib2.urlopen('http://74.125.113.99',timeout=1)
response=urllib2.urlopen('http://173.194.69.94',timeout=1)
return True
except urllib2.URLError as err: pass
return False