Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kutu-dev authored Oct 25, 2024
1 parent 7f1e4d6 commit 564277e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 564277e

Please sign in to comment.