diff --git a/server/api.py b/server/api.py index 7ed0fe5..acd6a5e 100644 --- a/server/api.py +++ b/server/api.py @@ -800,7 +800,7 @@ async def api_market_publish_local(data: dict): headers={"Authorization": f"Bearer {token}"}, data={"name": scene.get("name",""), "description": scene.get("description",""), "game_id": scene.get("game_id",""), "author": scene.get("author",""), - "dashb_pending": "true", "manifest_id": scene.get("id","")}, + "dashb_pending": "true"}, files={"file": (f"{dash_id}.tss", zip_data, "application/zip")}, ) return resp.json()