mintapi / mintapi

an unofficial screen-scraping "API" for Mint.com
MIT License
1.21k stars 275 forks source link

[CHORE] - Change the name of the Account Refresh Class #415

Closed burkematthew closed 2 years ago

burkematthew commented 2 years ago

As part of the rollout of Mint's new UI, one of the changes is the class associated with the "Account Refresh" component at the bottom of the home screen after login. This PR addresses that name change so that the Refresh method will not timeout.

NOTE: There is still an issue with the get_token method. This does not attempt to fix that method.