- fix call counter
This commit is contained in:
parent
36fa549fec
commit
f8f2aaa33b
|
|
@ -281,6 +281,8 @@ def perform_answerer():
|
||||||
# Call analyzer script
|
# Call analyzer script
|
||||||
run_analyze(CONFIG.RecordFile, CONFIG.ReferenceAudio, '')
|
run_analyze(CONFIG.RecordFile, CONFIG.ReferenceAudio, '')
|
||||||
|
|
||||||
|
# Increase counter of attempts
|
||||||
|
attempt_idx += 1
|
||||||
|
|
||||||
def run_caller_task(t):
|
def run_caller_task(t):
|
||||||
global CURRENT_TASK
|
global CURRENT_TASK
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue