From e2ed50f655eb4fa7bedf988f847facfd0953fe0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Di=20Biase?= Date: Wed, 26 Jul 2023 17:18:29 -0300 Subject: [PATCH] Typo: replace non-existing method with_auth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Luis Di Biase --- examples/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/files.py b/examples/files.py index 566b274..e863a67 100644 --- a/examples/files.py +++ b/examples/files.py @@ -29,7 +29,7 @@ # list folder with additionnal infos (the owner, if the file is a favorite…) pprint(nxc.list_folders('/', all_properties=True).data) # list folder content of another user - pprint(nxc.with_auth( + pprint(nxc._with_auth( user="test", password="test_password" ).list_folders('/').data)