diff options
Diffstat (limited to 'generalresearch/managers/thl/profiling/uqa.py')
| -rw-r--r-- | generalresearch/managers/thl/profiling/uqa.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generalresearch/managers/thl/profiling/uqa.py b/generalresearch/managers/thl/profiling/uqa.py index 6800d32..1cab6c2 100644 --- a/generalresearch/managers/thl/profiling/uqa.py +++ b/generalresearch/managers/thl/profiling/uqa.py @@ -132,7 +132,7 @@ class UQAManager(PostgresManagerWithRedis): # 1) the cache expired and the user hasn't sent an answer recently # or 2) The user just sent an answer, so we'll make sure it gets put into the results # after this query runs. - query = f""" + query = """ WITH ranked AS ( SELECT uqa.*, |
