Skip to content

Commit

Permalink
Revert "Change address for connection test (#785)" (#797)
Browse files Browse the repository at this point in the history
This reverts commit 187f0fa.
  • Loading branch information
powderluv authored Jan 11, 2023
1 parent 3b2bbb7 commit eba138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shark/shark_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def _internet_connected():
import requests as req

try:
req.get("http://8.8.8.8")
req.get("http://1.1.1.1")
return True
except:
return False

0 comments on commit eba138e

Please sign in to comment.