Fix Python
This commit is contained in:
parent
0ded48a5c7
commit
65cdd7eb42
|
@ -119,7 +119,7 @@ def generate_video_page(base_dir, out_dir, base_html, showing_html, media):
|
|||
file_type, file_src = media['file'].split(':', 1)
|
||||
actions = {
|
||||
'extern': extern_video,
|
||||
'iframe': iframe_video
|
||||
'iframe': iframe_video,
|
||||
'youtube': youtube_video
|
||||
}
|
||||
video_html = actions[file_type](file_src)
|
||||
|
|
Loading…
Reference in New Issue