From e3f618354cf594518e1d6f55c03ca1ea5b496749 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 18 Dec 2024 03:26:27 -0500 Subject: [PATCH] test insert --- services/web/project/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index abe3d4c..f69a3f6 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -276,9 +276,10 @@ def start_resetpass(): with connection.cursor() as cursor: cursor.execute(sql, val) connection.commit() - last_row_id=cursor.lastrowid + # last_row_id=cursor.lastrowid - return jsonify(hello="ameye reset path world", last_row_id=last_row_id) + # return jsonify(hello="ameye reset path world", last_row_id=last_row_id) + return jsonify(hello="ameye reset path world") except Exception as e: return {