Commit d6602f4f by Alexander Kryklia

Fix typo in video_module.

parent 663671ec
......@@ -366,7 +366,7 @@ class VideoModule(VideoFields, XModule):
try:
asset(self.location, self.sub, 'en')
except NotFoundError:
passs
pass
else:
available_translations = ['en']
for lang in self.transcripts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment