1
0

final update i hope

This commit is contained in:
Gaja 2025-01-20 00:28:48 +01:00
parent b09d6ee16b
commit 748407aeeb
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
Manuel/manuel/*
manuel.json
Manuel/manuel.json
Hodler/hodler/*
Hodler/hodler.json
test.py

View File

@ -156,7 +156,7 @@ for painting_id in range (starting_id, len(links)+1):
response = requests.get(big_imgurl)
if response.status_code == 200:
folder_path = 'Manuel/manuel'
folder_path = 'Hodler/hodler'
image_name = "".join([str(painting_id), '.jpg'])
image_path = os.path.join(folder_path, image_name)