dgunning / edgartools

Python library for working with SEC Edgar
MIT License
324 stars 70 forks source link

user agent hard coded #50

Closed ralbright-insiderscore closed 1 month ago

ralbright-insiderscore commented 2 months ago

users will have authors rate limiting applied to their own use It should use the user's user agent from set_identity

edgar/_filings.py has line 81 has the authors user-agent identity hard coded.

same issue is in tests/test_filing.py on line 214

dgunning commented 2 months ago

Oops. Thanks for finding this. Those lines weren't used .. will be removed