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 {