Skip to content

Commit 26b0eaa

Browse files
committed
Minor fix
1 parent 1cbb8e1 commit 26b0eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-api-examples/keyword-spotter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def main():
216216
ready_list.append(s)
217217
r = keyword_spotter.get_result(s)
218218
if r:
219-
results[i] += "f{r}/"
219+
results[i] += f"{r}/"
220220
print(f"{r} is detected.")
221221
if len(ready_list) == 0:
222222
break

0 commit comments

Comments
 (0)