docs: Replace google.com as target of get_url()

Probably best to avoid angering the 800 lb gorilla with access to killer
robots.

https://example.org works, this is why it exists.
wip-fakessh-exit-status
Alex Willmer 6 years ago committed by David Wilson
parent 1c20c61605
commit 2c05958ecc

@ -94,7 +94,7 @@ def main(log_level='INFO'):
@mitogen.main()
def main(router):
z = router.ssh(hostname='k3')
print z.call(get_url, 'https://www.google.com/')
print z.call(get_url, 'https://example.org/')
"""

Loading…
Cancel
Save