Use HTTPS URL.

master
voussoir 2022-04-05 10:20:17 -07:00
parent f6f96b770d
commit 4609d45268
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PixelCanvas.io downloader
=========================
This utility lets you download the http://pixelcanvas.io bitmap and export regions of it to .png files.
This utility lets you download the https://pixelcanvas.io bitmap and export regions of it to .png files.
## Requirements

View File

@ -154,7 +154,7 @@ def insert_chunks(chunks, commit=True):
# API FUNCTIONS
################################################################################
def url_for_bigchunk(bigchunk_x, bigchunk_y):
return f'http://pixelcanvas.io/api/bigchunk/{bigchunk_x}.{bigchunk_y}.bmp'
return f'https://pixelcanvas.io/api/bigchunk/{bigchunk_x}.{bigchunk_y}.bmp'
def request(url):
response = session.get(url)