jesseward / discogs-oauth-example

discogs-oauth-example was created to provide a very basic but functioning example of how a developer may utilize the python oauth2 library to download images and make authenticated calls against the Discogs API.
MIT License
112 stars 29 forks source link

Adding user-agent header to requests #1

Closed rodneykeeling closed 10 years ago

rodneykeeling commented 10 years ago

The script stopped working for me, and the root cause was the missing User-Agent headers on each request. Just thought I'd add those in and send you a PR to help out :)

jesseward commented 10 years ago

Much appreciated!