nithinmurali / pygsheets

Google Sheets Python API v4
https://pygsheets.readthedocs.io/en/latest
Other
1.51k stars 220 forks source link

Fixed Google Auth Token Expired Issue #552

Closed Torndeco closed 2 years ago

Torndeco commented 2 years ago

Small typo, wasn't calling google expiry function correctly. Now only calling google refresh when needed instead of each time.

This should fix #481 and #541

Torndeco commented 2 years ago

Nevermind i seem to have gone crazy