prschmid / zoomus

Python client library for the Zoom.us REST API v1 and v2
Other
253 stars 133 forks source link

Refresh token is broken #280

Closed regiscamimura closed 1 year ago

regiscamimura commented 2 years ago

The refresh_token method causes config["token"] to be a tuple instead of a string:

https://github.com/prschmid/zoomus/blob/a12bce5846a3e279a482f97ec1fac9be1fb40ce6/zoomus/client.py#L98-L101

prschmid commented 1 year ago

@regiscamimura This has been fixed and the updated code has been merged to develop. Will release the next version shortly that will have this fix.