change host to google.com

This commit is contained in:
Usama Abdul Sattar 2019-01-01 06:28:13 +05:00 committed by GitHub
parent 781b8e943b
commit d5796af8be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ installGetText()
languageSelector()
def checkConnection(host='http://duckduckgo.com'): #Connection check
def checkConnection(host='https://google.com'): #Connection check
try:
urlopen(host)
print(_("{0}Successful connection!{1}").format(GREEN, DEFAULT))