From 5c9dd72f19d430be3f44be8eb288ed28987243c5 Mon Sep 17 00:00:00 2001 From: bart Date: Thu, 28 Aug 2025 15:17:28 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20app/working=5Fdatabase.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/working_database.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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}")