Quintino Fernandes commited on
Commit
ba99a45
·
1 Parent(s): e3d6706

Entitie bug fix, Error: Database query error: string index out of range

Browse files
Files changed (1) hide show
  1. database/query_processor.py +1 -1
database/query_processor.py CHANGED
@@ -37,7 +37,7 @@ class QueryProcessor:
37
  start_dt,
38
  end_dt,
39
  topic,
40
- [ent[0] for ent in entities]
41
  )
42
 
43
  if not articles:
 
37
  start_dt,
38
  end_dt,
39
  topic,
40
+ entities
41
  )
42
 
43
  if not articles: