Fix Python

This commit is contained in:
Niels G. W. Serup 2022-09-25 13:20:00 +02:00
parent 0ded48a5c7
commit 65cdd7eb42
No known key found for this signature in database
GPG Key ID: 38EEEBCE67324F19
1 changed files with 1 additions and 1 deletions

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)