Skip to content

Commit

Permalink
Shorten wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
KangboLu authored Jun 7, 2019
1 parent 7bfba94 commit 7f64964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get_audience_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ def main():
while True:
if main() == 1:
break
print("limit reached, sleep 200s...")
time.sleep(200)
print("limit reached, sleep 170s...")
time.sleep(170)

0 comments on commit 7f64964

Please sign in to comment.