Updated API address to match current scheme from pixelcanvas.io
This commit is contained in:
parent
a869748550
commit
f6f96b770d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue