You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
Issue
The requests session is currently hardcoded:
flickrapi/flickrapi/auth.py
Line 143 in c389ce9
Potential Solution
Easiest change would be to allow the user to specify the session in
FlickrAPI()
and pass it toOAuthFlickrInterface
.The the user could configure exponential backoff themselves:
etc.
Additional context
The text was updated successfully, but these errors were encountered: