Fixed bug that lead to downloading the first review page twice instead of the first and second review page.

This commit is contained in:
Michael Herzberg 2017-07-12 14:09:01 +01:00
parent 60dd98e60e
commit d6ae9d28b8
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ def update_reviews(tar, date, verbose, ext_id):
google_dos_protection()
res = requests.post(
const_review_url(),
data=const_review_payload(ext_id, "0", "100"),
data=const_review_payload(ext_id, "100", "100"),
timeout=10)
logtxt = logmsg(verbose, logtxt, "{}".format(str(res.status_code)))
store_request_text(tar, date, 'reviews100-199.text', res)