Merge pull request #44 from s-t-e-v-e-n-k/add-missing-quote-apikey

Add missing double quote in the API key example
This commit is contained in:
Izzie Walton 2024-08-10 13:32:41 -04:00 committed by GitHub
commit 15164d40a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ device name, or a device id:
```
client.config.data["app.name"] = 'your_brilliant_app'
client.config.data["app.version"] = '0.0.1'
client.authenticate({"Servers": [{"AccessToken: <API key here>, "address": <Server Address>}]}, discover=False)
client.authenticate({"Servers": [{"AccessToken": <API key here>, "address": <Server Address>}]}, discover=False)
```
### API