continue after using as-is
This commit is contained in:
@@ -61,6 +61,7 @@ def process_chunk(audio_guess, timestamp):
|
|||||||
choice = getch()
|
choice = getch()
|
||||||
if choice == 'u':
|
if choice == 'u':
|
||||||
cutter.take_audio(audio_guess, timestamp, timestamp['start'], timestamp['end'])
|
cutter.take_audio(audio_guess, timestamp, timestamp['start'], timestamp['end'])
|
||||||
|
break
|
||||||
elif choice == 'd':
|
elif choice == 'd':
|
||||||
break
|
break
|
||||||
elif choice == 'J':
|
elif choice == 'J':
|
||||||
|
Reference in New Issue
Block a user