edgi-govdata-archiving / wayback

A Python API to the Internet Archive Wayback Machine
https://wayback.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
61 stars 12 forks source link

Fix docstring for WaybackClient #117

Closed dgilman closed 1 year ago

dgilman commented 1 year ago

The client refers to some of the class members from WaybackSession (e.g. search_calls_per_second) so this needs to be an instance of WaybackSession

Mr0grog commented 1 year ago

Ah, thanks for catching this! Looks like we broke compatibility with requests sessions in #79 and did not realize it then.

Mr0grog commented 1 year ago

@dgilman can I add you to the contributors list?

dgilman commented 1 year ago

I've added myself to the README in this PR

Mr0grog commented 1 year ago

Merged in 580adf89aca2b70b59cfd2196cf601319d861592