Replaced google with github

This commit is contained in:
Faugus
2025-10-29 23:05:28 -03:00
parent 2c0ee2175a
commit 3aa2e4da03

View File

@@ -2121,7 +2121,7 @@ class Main(Gtk.Window):
def check_internet_connection():
try:
host = "www.google.com"
host = "www.github.com"
socket.gethostbyname(host)
socket.create_connection((host, 80), timeout=5)
return True