diff --git a/kickthemout.py b/kickthemout.py index 73421f7..a561f1f 100644 --- a/kickthemout.py +++ b/kickthemout.py @@ -127,7 +127,7 @@ def runDebug(): # make sure there is an internet connection def checkInternetConnection(): try: - urlopen('https://google.com', timeout=3) + urlopen('https://github.com', timeout=3) return True except URLError as err: return False @@ -785,4 +785,4 @@ if __name__ == '__main__': # set to non-interactive attack interactive = False - main() \ No newline at end of file + main()