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