Skip to content

Commit

Permalink
Update PyViCareAbstractOAuthManager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner authored Feb 7, 2025
1 parent d09225d commit 7952eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyViCare/PyViCareAbstractOAuthManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ def post(self, url, data) -> Any:
return self.post(url, data)
except InvalidTokenError:
self.renewToken()
return self.get(url)
return self.post(url, data)

0 comments on commit 7952eca

Please sign in to comment.