Quintino Fernandes
commited on
Commit
·
ba99a45
1
Parent(s):
e3d6706
Entitie bug fix, Error: Database query error: string index out of range
Browse files
database/query_processor.py
CHANGED
|
@@ -37,7 +37,7 @@ class QueryProcessor:
|
|
| 37 |
start_dt,
|
| 38 |
end_dt,
|
| 39 |
topic,
|
| 40 |
-
|
| 41 |
)
|
| 42 |
|
| 43 |
if not articles:
|
|
|
|
| 37 |
start_dt,
|
| 38 |
end_dt,
|
| 39 |
topic,
|
| 40 |
+
entities
|
| 41 |
)
|
| 42 |
|
| 43 |
if not articles:
|