Skip to content

Commit

Permalink
another bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jahnke committed Nov 18, 2021
1 parent cee3885 commit 7a7d601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nerd-dictation
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,8 @@ def text_from_vosk_pipe(
user_config = user_config_as_module_or_none()
if user_config is not None:
macro = process_macro_with_user_config(user_config, text)
text_curr = ""
text_list = []
if macro is not None:
text_curr = ""

if macro is None:
if progressive_continuous:
Expand Down

0 comments on commit 7a7d601

Please sign in to comment.