Updated API address to match current scheme from pixelcanvas.io

This commit is contained in:
Sky Velleity 2022-04-06 02:53:31 +10:00 committed by Ethan Dalool
parent a869748550
commit f6f96b770d

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://api.pixelcanvas.io/api/bigchunk/{bigchunk_x}.{bigchunk_y}.bmp'
return f'http://pixelcanvas.io/api/bigchunk/{bigchunk_x}.{bigchunk_y}.bmp'
def request(url):
response = session.get(url)