Fixed semantic error

This commit is contained in:
leca 2023-02-17 21:34:14 +03:00
parent 36af519555
commit a8e595c200
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ while (not done):
post_count = post_count + 1 post_count = post_count + 1
download_url(entry["file_url"]) download_url(entry["file_url"])
if post_count < 100: if post_count == 100:
page = page + 1 page = page + 1
post_count = 0 post_count = 0
else: else: