diff --git a/get_audience_data.py b/get_audience_data.py index 7820db0..13bc732 100644 --- a/get_audience_data.py +++ b/get_audience_data.py @@ -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) \ No newline at end of file + time.sleep(200)