praw-dev/prawcore

Timeout parameter isn't making it's way to `auth.refresh` calls

bboe opened this issue · 2 comments

bboe commented

The workaround for this issue is to set the prawcore_timeout environment variable before importing prawcore (or praw). That will modify the default timeout used when an explicit timeout isn't provided.

bboe commented

It seems like we're all set now due to #117.