craigerl / aprsd

Amateur radio APRS daemon which listens for messages and responds. By KM6LYW.
Apache License 2.0
120 stars 19 forks source link

Fix #92 (PyPI scraping) #96

Closed ranguli closed 1 year ago

ranguli commented 1 year ago

This PR fixes Issue #92. It appears that the format of the data from PyPI has changed. There is no longer a released field, but there is a created field. This PR simply replaces the released field with the created field.