diff --git a/app/working_database.py b/app/working_database.py index 2d2bebe..1859090 100644 --- a/app/working_database.py +++ b/app/working_database.py @@ -80,7 +80,7 @@ class SimpleDB: print(type(int(id)), type(organ), type(names), type(date_from), type(date_to), type(ver)) dt_from = datetime.date(2025, 8, 28) dt_to = datetime.date(2000, 1, 1) - cursor.callproc('P_RK_SEND_JSON_LIST_FACEACC', [ + cursor.callproc('P_RK_GOVERNMENT_REPORT_INSERS1', [ 10]) except Error as e: raise HTTPException(status_code=500, detail=f"Database error: {e}")