test insert
This commit is contained in:
@@ -276,9 +276,10 @@ def start_resetpass():
|
|||||||
with connection.cursor() as cursor:
|
with connection.cursor() as cursor:
|
||||||
cursor.execute(sql, val)
|
cursor.execute(sql, val)
|
||||||
connection.commit()
|
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:
|
except Exception as e:
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user