modification of code and loggger apply and changes of update from.
This commit is contained in:
@@ -13,7 +13,7 @@ class MatCreditHandler:
|
||||
def fetch_all(self):
|
||||
try:
|
||||
|
||||
self.cursor.callproc("GetMatCedit")
|
||||
self.cursor.callproc("GetMatCredit")
|
||||
result_sets = self.cursor.stored_results()
|
||||
mat_rows = next(result_sets).fetchall()
|
||||
utilization_rows = next(result_sets).fetchall()
|
||||
|
||||
Reference in New Issue
Block a user