chompionsawelo commited on
Commit
23abed0
·
1 Parent(s): c15c7ee
Files changed (1) hide show
  1. transcribe.py +1 -1
transcribe.py CHANGED
@@ -44,7 +44,7 @@ def start_transcribe(progress):
44
  with open("transcribe.txt", "a") as file:
45
  file.write(f"[{name}] {text}\n")
46
 
47
- return ["transcribe.txt", "subtitle.srt"]
48
 
49
 
50
  def timeStr(t):
 
44
  with open("transcribe.txt", "a") as file:
45
  file.write(f"[{name}] {text}\n")
46
 
47
+ return ("transcribe.txt", "subtitle.srt")
48
 
49
 
50
  def timeStr(t):