testing code and modify commit.

This commit is contained in:
2025-12-03 10:49:31 +05:30
parent 3cf258ba0d
commit 21eb55d4b4
7 changed files with 95 additions and 53 deletions

View File

@@ -58,6 +58,7 @@ class AOHandler:
]
values = [data.get(f, 0) for f in fields]
print("---- values ---- ",values)
self.cursor.callproc("InsertAO", values)
self.conn.commit()