From 6eb972974270a028fd190f2c8ecc768ce6e920c5 Mon Sep 17 00:00:00 2001 From: Mateusz779 Date: Fri, 14 Apr 2023 14:17:48 +0200 Subject: [PATCH] debug --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index c03bc9f..4d9c3cf 100644 --- a/app.py +++ b/app.py @@ -162,9 +162,9 @@ def release_allocation(): return jsonify(message="400") except: pass - + print(id_allocation) if id_allocation is not None: - db.del_image_allocation_id(id_allocation) + print(db.del_image_allocation_id(id_allocation)) else: return jsonify(message="404")