- fix call counter

This commit is contained in:
Dmytro Bogovych 2023-09-05 16:38:18 +03:00
parent 36fa549fec
commit f8f2aaa33b
1 changed files with 3 additions and 1 deletions

View File

@ -281,6 +281,8 @@ def perform_answerer():
# Call analyzer script
run_analyze(CONFIG.RecordFile, CONFIG.ReferenceAudio, '')
# Increase counter of attempts
attempt_idx += 1
def run_caller_task(t):
global CURRENT_TASK