final update i hope
This commit is contained in:
parent
b09d6ee16b
commit
748407aeeb
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
Manuel/manuel/*
|
||||
manuel.json
|
||||
Manuel/manuel.json
|
||||
Hodler/hodler/*
|
||||
Hodler/hodler.json
|
||||
test.py
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user