From 515462d888ae0939e6a58480d8b664cf1105fdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Mind=C3=AAllo=20de=20Andrade?= Date: Sat, 25 May 2024 20:14:45 -0300 Subject: [PATCH] chore(docs): remove authenticate from README (#19) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 401dbd50..1b2d86b7 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ ac = device_selector( # Connect and authenticate ac.connect() -ac.authenticate() # Getting the attributes print(ac.attributes)