Fix Python

This commit is contained in:
2022-09-25 13:20:00 +02:00
parent 0ded48a5c7
commit 65cdd7eb42

View File

@@ -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)