From 1fab4cd87be1750265f84469ef2ab0bf5cb7c92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Mind=C3=AAllo=20de=20Andrade?= Date: Sat, 25 May 2024 15:12:52 -0300 Subject: [PATCH] chore(docs): remove authenticate from README --- 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)