--- shoutcast.py 2003-03-09 16:17:01.000000000 +0200
+++ shoutcast.py.working 2003-03-09 16:16:04.000000000 +0200
@@ -32,6 +32,7 @@
self.path = path
self.metamode = "mp3"
self.databuffer = ""
+ self.metaint = ""
def connectionMade(self):
self.sendCommand("GET", self.path)