Krukov / amocrm_api

Python amocrm API wrapper
MIT License
104 stars 55 forks source link

Token could be empty string in case of error #51

Closed kfcaio closed 3 years ago

kfcaio commented 3 years ago

This change result in better exception handling. When empty string is received as token it results in jwt decode error.

Krukov commented 3 years ago

Thanks