Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Michael Hansen committed Jun 4, 2020
2 parents b39ef04 + b0250a0 commit 4566ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions voice2json/wake.py
Original file line number Diff line number Diff line change
@@ -105,6 +105,7 @@ async def wake(args: argparse.Namespace, core: Voice2JsonCore) -> None:
{
"keyword": str(model_path),
"detect_seconds": time.perf_counter() - start_time,
"detect_timestamp": int(time.time())
}
)

0 comments on commit 4566ef0

Please sign in to comment.