change init message to stop

This commit is contained in:
2025-06-07 21:23:14 +02:00
parent 8c8efab754
commit 3552294a46

View File

@@ -15,7 +15,7 @@ try:
# Options analyzing
args = parser.parse_args()
log_step('init', 100, {
log_step('start', 100, {
"audioFile": args.audio,
"model": args.model,
})