|
@@ -275,7 +275,7 @@ class ShoutProxy(resource.Resource): |
|
|
# return data |
|
|
# return data |
|
|
if self.urls is None: |
|
|
if self.urls is None: |
|
|
if not self.fetchingurls: |
|
|
if not self.fetchingurls: |
|
|
# Get the PLS |
|
|
|
|
|
|
|
|
# Get the page |
|
|
self.fetchingurls = True |
|
|
self.fetchingurls = True |
|
|
# Not really sure if ascii is the correct one, |
|
|
# Not really sure if ascii is the correct one, |
|
|
# shouldn't getPage do proper escaping for me? |
|
|
# shouldn't getPage do proper escaping for me? |
|
|