atualizando links

This commit is contained in:
José Henrique Ivanchechen 2024-01-15 21:09:52 -03:00
parent 00db2190b5
commit ed9942d56e
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ def download_file(url):
def init(): def init():
if not os.path.exists('small-image.png'): if not os.path.exists('small-image.png'):
download_file('https://files.ivanch.me/api/public/dl/iFuXSNhw/small-image.png') download_file('https://files.ivanch.me/api/public/dl/ch3NV0P8/small-image.png')
if not os.path.exists('big-image.png'): if not os.path.exists('big-image.png'):
download_file('https://files.ivanch.me/api/public/dl/iFuXSNhw/big-image.png') download_file('https://files.ivanch.me/api/public/dl/jNlXYMLR/big-image.png')
init() init()