test insert

This commit is contained in:
CHIEFSOFT\ameye
2024-12-18 03:26:27 -05:00
parent d68e408594
commit e3f618354c
+3 -2
View File
@@ -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 {