[CONTRIBUTING.md] update refresh token instructions

This commit is contained in:
samschott 2022-06-16 23:03:53 +02:00
parent 6181cee362
commit c3f35715ce

View File

@ -81,7 +81,7 @@ through the Python API:
from maestral.main import Maestral
m = Maestral()
print(m.client.auth.refresh_token)
print(m.cred_storage.token)
```
You can then store the retrieved refresh token in the environment variable