From d99e8c12cac43e60a8b520fd0d4ee7fdea8b0082 Mon Sep 17 00:00:00 2001 From: Migatu Date: Mon, 8 Apr 2024 15:42:08 +0200 Subject: [PATCH] Server pt2 --- bot.py | 1 - 1 file changed, 1 deletion(-) 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,