From 474b9caf22b7e5980a77438daf656f19d1c191c9 Mon Sep 17 00:00:00 2001 From: dznFK Date: Sat, 25 Nov 2023 03:29:40 +0400 Subject: [PATCH] patch sipro --- routes/sipro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/sipro.py b/routes/sipro.py index 83a6e78..aa90555 100644 --- a/routes/sipro.py +++ b/routes/sipro.py @@ -26,7 +26,7 @@ def assembly_info(): expand_param = params.get('expand') order_ids = params.get('orderIds') expand_list = expand_param if expand_param else [] - datetime_format = 'YYYY-MM-DD HH24:MI:SS' + datetime_format = 'YYYY-MM-DD, HH24:MI' entity_list = [ database.Assembly.id.label('id'), database.Assembly.order_id.label('order_id'),