diff --git a/app/working_database.py b/app/working_database.py index 32bf6d3..1675b0d 100644 --- a/app/working_database.py +++ b/app/working_database.py @@ -80,12 +80,12 @@ class SimpleDB: print(type(int(id)), type(organ), type(names), type(date_from), type(date_to), type(ver)) cursor.callproc('P_RK_SEND_JSON_LIST_FACEACC', [ - 1, - "organ", - "names", - "01.01.2000", - "02.02.2002", - "1.0", + "", + "", + "", + "", + "", + "", ]) except Error as e: raise HTTPException(status_code=500, detail=f"Database error: {e}")