summaryrefslogtreecommitdiffstats
path: root/Lib/antigravity.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/antigravity.py')
-rw-r--r--Lib/antigravity.py2
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.