This commit is contained in:
2026-03-31 12:59:31 +05:30
parent cbe3f0b32c
commit d69f286364
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ def show_table(filename):
try:
cursor = connection.cursor(dictionary=True)
cursor.callproc('GetStateByName', [file_info['State']])
cursor.callproc('CheckStateExists', [file_info['State']])
for result in cursor.stored_results():
state_data = result.fetchone()
if not state_data: