GattoNero commited on
Commit
5c5fc85
·
verified ·
1 Parent(s): a53c765

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -564,7 +564,7 @@ tempMock = [{"task_id":"8e867cd7-cff9-4e6c-867a-ff5ddc2550be","question":"How ma
564
 
565
 
566
 
567
- def process_questions(serviceList, whiteList, blackList):
568
  # 1. Estrai tutti i task_id da escludere (da whiteList e blackList)
569
  exclude_ids = {q["task_id"] for q in whiteList + blackList}
570
 
 
564
 
565
 
566
 
567
+ def process_questions(serviceList):
568
  # 1. Estrai tutti i task_id da escludere (da whiteList e blackList)
569
  exclude_ids = {q["task_id"] for q in whiteList + blackList}
570