Commit 8a2a839
Fix dictionary keys used in PartialUser.fetch_moderated_channels() (#443)
* refactor eventsubws subscription error handling to not error on reconnect
* potential fix for bug with headers not getting set after token updates
* Revert "refactor eventsubws subscription error handling to not error on reconnect"
This reverts commit bdb21b0.
* formatting
* changelog entry for both prs
* add more changelogs
* refactor eventsubws subscription error handling to not error on reconnect (#439)
* refactor eventsubws subscription error handling to not error on reconnect
* Why do we still support 3.7
* formatting
* Add new API routes (#441)
* Add new API routes
* add docs
* Add user emote endpoint
* work around bad frame disconnect
* run black
* Fix dictionary keys used in PartialUser.fetch_moderated_channels()
- use "broadcaster_" prefix to match the data returned by the API
* actually restart on bad frame
* Update changelog.rst
* * change "broadcaster_name" to "broadcaster_login" in PartialUser.fetch_moderated_channels
* update changelog
* commit suggestions
* commit suggestions
* Apply suggestions from code review
---------
Co-authored-by: IAmTomahawkx <[email protected]>1 parent cac4353 commit 8a2a839
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
4 | 14 | | |
5 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| |||
0 commit comments