You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add ### threads to filler.py to pull the requests concurrently rather than a loop for i in range(count_of_reports): print('Fetching report ' + str(i + 1) + ' out of ' + str(count_of_reports)) report_url = 'https://' + reports[i]['link'] + '.json'
The text was updated successfully, but these errors were encountered:
Hi, thanks for suggestion but i don't want to abuse h1 api and send a lot of concurrent requests. Also current speed of script is good for me but if you want you can send me PR and i will merge it
add ### threads to filler.py to pull the requests concurrently rather than a loop
for i in range(count_of_reports): print('Fetching report ' + str(i + 1) + ' out of ' + str(count_of_reports)) report_url = 'https://' + reports[i]['link'] + '.json'
The text was updated successfully, but these errors were encountered: