diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index 78dbcfb..6af5bd5 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -313,6 +313,7 @@ def myproduct(current_user): product_id = request.form.get("product_id") print(request) print(request.form) + print(request.form.get) if not product_id: return { "message": "Please provide product_id",