mikemountain / fantasy-football-scoreboard

Display the score of your fantasy football team on a Raspberry Pi driven RGB LED matrix for maximum ease of disappointment
GNU General Public License v3.0
56 stars 9 forks source link

Fix Yahoo access token refresh issue #30

Closed jeremywww closed 2 years ago

jeremywww commented 2 years ago

This is a workaround for an issue in the yahoo-oauth library: https://github.com/josuebrunel/yahoo-oauth/issues/55

This ensures that the new access token is used in future requests instead of the previous one.

mikemountain commented 2 years ago

fantastic dude, thanks again!