continue after using as-is

This commit is contained in:
2023-08-19 15:21:09 -06:00
parent ab09ec1a10
commit ca3f9d16e1

View File

@@ -61,6 +61,7 @@ def process_chunk(audio_guess, timestamp):
choice = getch()
if choice == 'u':
cutter.take_audio(audio_guess, timestamp, timestamp['start'], timestamp['end'])
break
elif choice == 'd':
break
elif choice == 'J':