From 234f05d87439af7651f09b6ebdba84f7f0dc2a1c Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Thu, 15 Jul 2010 14:44:45 -0400 Subject: [PATCH] README.txt: give an example that actually works --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 3b3fa5f..4bd8f8a 100644 --- a/README.txt +++ b/README.txt @@ -64,7 +64,7 @@ Commands may also return iterators instead of lists if `iterate` is set to ------------------------------------------------------------------------------ client.iterate = True -for song in client.listallinfo(): +for song in client.playlistinfo(): print song["file"] ------------------------------------------------------------------------------ -- 2.39.2