Praw update - #1012
Conversation
|
This removes all of the code but doesn't add any. If. it's going to be fixed, we'd have to implement the new authentication, no? An unauthenticated instance would be extremely slow and throttled. |
|
Per the notes on the last working praw BaseTokenManager https://github.com/praw-dev/praw/blob/v7.7.1/praw/util/token_manager.py the functionality was removed, and the code there just looks like an empty framework without function anyway. BDFR only fiddled with passing the token on 1 callback. --authenticate tested OK on my end with both initializing the app token, and utilizing it in subsequent calls |
|
Without this change I couldn't get bdfr to work at all, with or without |
|
The remaining test errors are beyond the scope of this PR (even though I did fix the iana logo download link) |
The oauth token manager is obsoleted, and removed.. This restores compatibility with the most recent praw library