Skip to content

Commit

Permalink
v0.07.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingFathead committed Mar 29, 2024
1 parent e90e6fc commit 039ab6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transcription_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ async def process_url_message(message_text, bot, update):

# Prepare and send the detailed message
detailed_message = (
f"Whisper model in use: {model}\n\n"
f"Estimated transcription time: {estimated_minutes:.1f} minutes.\n\n"
f"Whisper model in use:\n{model}\n\n"
f"Estimated transcription time:\n{estimated_minutes:.1f} minutes.\n\n"
f"Time now:\n{time_now_str}\n\n"
f"Time when finished (estimate):\n{estimated_finish_time_str}\n\n"
"Transcribing audio..."
Expand Down

0 comments on commit 039ab6e

Please sign in to comment.