TRASAL / frbcat

Query Fast Radio Burst catalogues
MIT License
20 stars 5 forks source link

Fixing HTTP Error 429 #17

Closed InesPM closed 1 year ago

InesPM commented 1 year ago

Fixing HTTP Error 429: Too Many Requests. This showed up with get_json(), and seems to be fixed when adding a page_length limit of 50 and a sleep time of 0.5 to 1 seconds.