Fix line width

This commit is contained in:
Juda Kaleta 2013-10-04 09:45:01 +02:00
parent 46d0097399
commit 70abaa7143

View file

@ -268,4 +268,5 @@ class SoundCloudBackend(VideoBackend):
return match.group('code')
def get_embed_code(self, width, height):
return super(SoundCloudBackend, self).get_embed_code(width=width, height=self.height)
return super(SoundCloudBackend, self). \
get_embed_code(width=width, height=self.height)