arcanus commited on
Commit
fb42a30
·
verified ·
1 Parent(s): 6bf6261

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -717,6 +717,7 @@ def save_srt():
717
  print(srt_path)
718
  # Save SRT file in the same directory as video
719
  srt_path = os.path.join(project_path, 'titulky.srt')
 
720
  with open(srt_path, 'w', encoding='utf-8') as f:
721
  f.write(srt_content)
722
 
 
717
  print(srt_path)
718
  # Save SRT file in the same directory as video
719
  srt_path = os.path.join(project_path, 'titulky.srt')
720
+ print(srt_path)
721
  with open(srt_path, 'w', encoding='utf-8') as f:
722
  f.write(srt_content)
723