PSLmodels / PSL-Infrastructure

The Policy Simulation Library consists of models and modeling tools that share the transparency standards and interoperability criteria set by the PSL-Infrastructure project
https://www.pslmodels.org
Other
18 stars 17 forks source link

Fix http error #293

Closed jdebacker closed 1 year ago

jdebacker commented 1 year ago

This PR fixed an HTTP error where the the GitHub API is not responsive. From this Stack Overflow thread it appears that using a header in the request is important to avoid this issue. The changes here implement that and seem to work when I execute the catalog.py script locally.