fixed issue that caused to download {LIMIT} images in a search, instead of checking {LIMIT} images
This commit is contained in:
parent
09e2a884b0
commit
18c686490c
@ -104,7 +104,8 @@ try:
|
||||
|
||||
# After downloading all assets, mark the project as downloaded.
|
||||
markPostAsSaved(project_hash_id, search_terms_filename)
|
||||
projectCounter = projectCounter + 1
|
||||
|
||||
projectCounter = projectCounter + 1
|
||||
|
||||
# Project is already downloaded
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user