mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-05-10 05:34:45 +00:00
Fix line width
This commit is contained in:
parent
46d0097399
commit
70abaa7143
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue