mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
change host to google.com
This commit is contained in:
parent
781b8e943b
commit
d5796af8be
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user