diff --git a/bot.py b/bot.py index 7d0e329..a047655 100644 --- a/bot.py +++ b/bot.py @@ -2113,7 +2113,6 @@ def answer_external_command(): answer_data = None if "UUID" in record and "QUERY" in record and "AUTHOR" in record: answer_data = "Query logged" - return_data = ( jsonify(isError=False, message="Success", statusCode=200, data=answer_data), 200,