Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pkufool committed Mar 1, 2024
1 parent 1cbb8e1 commit 26b0eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-api-examples/keyword-spotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def main():
ready_list.append(s)
r = keyword_spotter.get_result(s)
if r:
results[i] += "f{r}/"
results[i] += f"{r}/"
print(f"{r} is detected.")
if len(ready_list) == 0:
break
Expand Down

0 comments on commit 26b0eaa

Please sign in to comment.