added docker and chnages of from model changes commits

This commit is contained in:
2026-02-05 15:02:55 +05:30
parent 438f84e284
commit a0f4568ba2
23 changed files with 155 additions and 41 deletions

View File

@@ -3,7 +3,6 @@ import mysql.connector
import pandas as pd
import io
class AOHandler:
def __init__(self):
@@ -49,7 +48,6 @@ class AOHandler:
self.cursor.callproc("InsertAO", values)
self.conn.commit()
# UPDATE AO RECORD by AO id
def update_ao(self, id, data):
fields = [
@@ -193,8 +191,6 @@ class AOHandler:
print("MySQL Error →", e)
return None
# CLOSE CONNECTION
def close(self):
self.cursor.close()