Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Bowling committed May 18, 2020
2 parents 30a8c20 + 1b4c1a9 commit ed6a7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guided_docker_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def configure_chn():
domain = 'https://' + domain
url_parsed = urlparse(domain)
try:
socket.gethostbyname(url_parsed.netloc)
socket.getaddrinfo(url_parsed.netloc, 443)
except Exception as e:
sys.stderr.write(
make_color("FAIL",
Expand Down

0 comments on commit ed6a7c0

Please sign in to comment.