fixed issue that caused to download {LIMIT} images in a search, instead of checking {LIMIT} images

This commit is contained in:
Leonetienne 2022-01-31 20:04:58 +01:00
parent 09e2a884b0
commit 18c686490c

View File

@ -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: