mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
:)
This commit is contained in:
@@ -154,6 +154,7 @@ def query_database():
|
||||
app.logger.info(record["UUID"])
|
||||
cl = Librarian()
|
||||
answer_data = cl.answer_query(record["query"], record["UUID"])
|
||||
app.logger.info(answer_data)
|
||||
return_data = (
|
||||
jsonify(isError=False, message="Success", statusCode=200, data=answer_data),
|
||||
200,
|
||||
|
||||
Reference in New Issue
Block a user