Skip to content

Commit

Permalink
Update IP address for www.jaraco.com.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 20, 2024
1 parent 7b1b622 commit 77d09f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/net/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def get_hosts(host_spec):
['192.168.0.1']
One may also specify named hosts
>>> '2600:1f18:111:8a0a:61fa:e3e6:ce25:5a31' in _gha(get_hosts('www.jaraco.com'))
>>> '2600:1f18:111:8a0a:8e85:a76:c8b6:5674' in _gha(get_hosts('www.jaraco.com'))
True
"""
_map = {
Expand Down

0 comments on commit 77d09f4

Please sign in to comment.