mirror of https://github.com/python/cpython
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
This commit is contained in:
commit
de3f48ae9a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue