Fixed semantic error
This commit is contained in:
parent
36af519555
commit
a8e595c200
|
@ -25,7 +25,7 @@ while (not done):
|
|||
post_count = post_count + 1
|
||||
download_url(entry["file_url"])
|
||||
|
||||
if post_count < 100:
|
||||
if post_count == 100:
|
||||
page = page + 1
|
||||
post_count = 0
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue