diff --git a/cloud/app.py b/cloud/app.py index 75b657e..21dd074 100644 --- a/cloud/app.py +++ b/cloud/app.py @@ -220,7 +220,7 @@ async def cooking_params(): if not data or not isinstance(data, dict): return jsonify({"@odata.error": {"code": "400", "message": "Invalid payload"}}), 400 - data["microwave_id"] = g.device_id + # data["microwave_id"] = g.device_id forwarded_for = request.headers.get('X-Forwarded-For') client_ip = forwarded_for.split(',')[0].strip() if forwarded_for else request.remote_addr