mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Remove trailing whitespace in recording_audio.py
This commit is contained in:
parent
58e16b0c48
commit
aee52c01a3
1 changed files with 2 additions and 2 deletions
|
@ -92,10 +92,10 @@ def main():
|
|||
)
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
# Use args.voice directly instead of modifying global VOICE
|
||||
selected_voice = args.voice
|
||||
|
||||
|
||||
recording_id = extract_recording_id(args.markdown_file)
|
||||
print(f"Processing recording: {recording_id}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue