From 6970895e2ed945eedfe832c39cb82a4a198fd6c3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 22 Feb 2024 17:38:26 +1100 Subject: [PATCH] Add missing double quote in the API key example Argh, bad example, add the missing quote. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb5234e..3174607 100644 --- a/README.md +++ b/README.md @@ -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: , "address": }]}, discover=False) +client.authenticate({"Servers": [{"AccessToken": , "address": }]}, discover=False) ``` ### API