dbr / tvdb_api

Simple to use interface to TheTVDB.com API in Python
The Unlicense
339 stars 63 forks source link

Update custom create_key() to accept variable keyword args #102

Closed JWCook closed 10 months ago

JWCook commented 2 years ago

This is a tiny update to match the create_key() signature in requests-cache, which can pass additional keyword arguments to that function.

I left some more details here: https://github.com/dbr/tvdb_api/issues/94#issuecomment-1264504733