diff options
author | Christian Heimes <christian@python.org> | 2016-09-16 11:48:10 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-16 11:48:10 (GMT) |
commit | a4961e555b9b6b684f123cdbe426b4da22a1b460 (patch) | |
tree | 30d2e97b18fab74846e3803b22748e4e61b7f639 /Lib/antigravity.py | |
parent | f676748a052cacdf9963aa840bfa6107275d163e (diff) | |
download | cpython-a4961e555b9b6b684f123cdbe426b4da22a1b460.zip cpython-a4961e555b9b6b684f123cdbe426b4da22a1b460.tar.gz cpython-a4961e555b9b6b684f123cdbe426b4da22a1b460.tar.bz2 |
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
Diffstat (limited to 'Lib/antigravity.py')
-rw-r--r-- | Lib/antigravity.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/antigravity.py b/Lib/antigravity.py index 7670187..9b14368 100644 --- a/Lib/antigravity.py +++ b/Lib/antigravity.py @@ -2,7 +2,7 @@ import webbrowser import hashlib -webbrowser.open("http://xkcd.com/353/") +webbrowser.open("https://xkcd.com/353/") def geohash(latitude, longitude, datedow): '''Compute geohash() using the Munroe algorithm. |