From 0eaa466b96104fd00d205c58b70989f74d9d5cdc Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sat, 15 Aug 2009 16:18:54 -0800 Subject: [PATCH] no longer just a PLS... [git-p4: depot-paths = "//depot/": change = 1374] --- shoutcast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shoutcast.py b/shoutcast.py index 004f132..6dbd23e 100644 --- a/shoutcast.py +++ b/shoutcast.py @@ -275,7 +275,7 @@ class ShoutProxy(resource.Resource): # return data if self.urls is None: if not self.fetchingurls: - # Get the PLS + # Get the page self.fetchingurls = True # Not really sure if ascii is the correct one, # shouldn't getPage do proper escaping for me?