From 0fbd782fa99cd1f4a42945412b9cbc88a6c6b604 Mon Sep 17 00:00:00 2001 From: browse Date: Thu, 2 Dec 2021 14:49:16 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1436ad24..c735e985 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The SDK command-line examples require a common set of arguments that specify the #### Using username/password ```python import splunklib.client as client - service = client.connect(host=, username=, password=, autoLogin=True) + service = client.connect(host=, username=, password=, autologin=True) ``` #### Using bearer token