From 39d1c45cf96b1b8a7cbb464456fe513ab8d8a028 Mon Sep 17 00:00:00 2001 From: "ajaysi (aider)" Date: Sun, 6 Oct 2024 12:33:12 +0530 Subject: [PATCH] fix: Remove reference to undefined function 'blog_from_audio' --- alwrity.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/alwrity.py b/alwrity.py index 30c5c8e1..1a56841b 100644 --- a/alwrity.py +++ b/alwrity.py @@ -279,8 +279,6 @@ def ai_writers(): if choice == "AI Blog Writer": blog_from_keyword() - elif choice == "Write from audio files": - blog_from_audio() elif choice == "Story Writer": story_input_section() elif choice == "Essay writer":