Added: path as parameter

This commit is contained in:
2021-10-08 15:31:19 +02:00
parent 58a8e2b058
commit b316b60c2a
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ def manage():
return dict(grid=grid)
def vtt():
return dict(message=transcription_tools.create_vtt())
return dict(message=transcription_tools.create_vtt(
'/home/mschmidt/Videos/100-Meinungen-Video-erstellen.mp4'))
def user():
return dict(form=auth())