Skip to content

Commit

Permalink
Updates connection check host (Closes #171)
Browse files Browse the repository at this point in the history
  • Loading branch information
zedtux committed Jun 29, 2023
1 parent e39d675 commit 8b34854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanilla_first_setup/defaults/conn_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def async_fn():
return True

try:
urlopen("https://google.com", timeout=1)
urlopen("https://vanillaos.org", timeout=1)
return True
except:
return False
Expand Down

0 comments on commit 8b34854

Please sign in to comment.