From 564277e56a6d30c275c6000109aa29634de338d3 Mon Sep 17 00:00:00 2001 From: Kutu <87788540+kutu-dev@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:36:25 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c838c..cebefc3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ server = knuckles.Subsonic( client = "knuckles client" ) -ping = server.ping() +ping = server.system.ping() # Print the supported version of the OpenSubsonic REST API print(ping.version)