gdms commited on
Commit
4a577b5
·
1 Parent(s): 043373e

Correção Erro de Execução

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
137
  question_file_name = item.get("file_name")
138
 
139
  if not task_id in LISTA_TASKS_PROCESSAR:
140
- print(f"Task {"task_id"} não está na lista de execução")
141
  continue
142
 
143
  if not task_id or question_text is None:
 
137
  question_file_name = item.get("file_name")
138
 
139
  if not task_id in LISTA_TASKS_PROCESSAR:
140
+ print(f"Task {task_id} não está na lista de execução")
141
  continue
142
 
143
  if not task_id or question_text is None: