Skip to content

Commit

Permalink
fix checkpoint update issue for new category
Browse files Browse the repository at this point in the history
  • Loading branch information
KangboLu authored Mar 6, 2019
1 parent 2a39ef6 commit cb39c88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion get_audience_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ def main():
check_point_code = str(i) + "," + str(j) + "," + str(end_position)
last_request_location.write(check_point_code)
last_request_location.close()
country_start = 0

while True:
if main() == 1:
break
print("limit reached, sleep 200s...")
time.sleep(200)
time.sleep(200)

0 comments on commit cb39c88

Please sign in to comment.