Skip to content

Commit

Permalink
Upgrade to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
tongning authored Jun 18, 2019
1 parent 7a35a2c commit ce15659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DownloadRunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def check_download_failed_previously(panoId):

def fetch_pano_ids_from_webserver():
unique_ids = []
conn = httplib.HTTPConnection("sidewalk.umiacs.umd.edu")
conn = httplib.HTTPSConnection("sidewalk.umiacs.umd.edu")
conn.request("GET", "/adminapi/labels/panoid")
r1 = conn.getresponse()
data = r1.read()
Expand Down

0 comments on commit ce15659

Please sign in to comment.