This commit is contained in:
Mateusz779 2023-04-14 14:17:48 +02:00
parent 167a444349
commit 6eb9729742

4
app.py
View File

@ -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")