German and croatian are added to language handler, message logs format has changed to partially fix #5

This commit is contained in:
2015-03-16 19:24:27 -06:00
parent ca9f5b0c30
commit 85a7ffc8eb
3 changed files with 6 additions and 5 deletions

View File

@@ -59,4 +59,3 @@ class URLStream(BaseStream):
flags = flags | self.flags_for(three_d=three_d, autofree=autofree, decode=decode)
handle = bass_call(BASS_StreamCreateURL, url, offset, flags, self.downloadproc, user)
super(URLStream, self).__init__(handle)