- answerer follows the task limit
This commit is contained in:
parent
009f8864b1
commit
36fa549fec
|
|
@ -263,7 +263,8 @@ def perform_answerer():
|
||||||
|
|
||||||
# Setup analyzer script
|
# Setup analyzer script
|
||||||
# Run answering script
|
# Run answering script
|
||||||
while True:
|
attempt_idx = 0
|
||||||
|
while attempt_idx < CONFIG.TaskLimit or CONFIG.TaskLimit is None or CONFIG.TaskLimit == 0:
|
||||||
# Remove old recording
|
# Remove old recording
|
||||||
if CONFIG.RecordFile.exists():
|
if CONFIG.RecordFile.exists():
|
||||||
os.remove(CONFIG.RecordFile)
|
os.remove(CONFIG.RecordFile)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue