mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
fix first demo message not showing
This commit is contained in:
@@ -68,7 +68,8 @@ class WebNamespace(socketio.AsyncNamespace):
|
|||||||
await self.emit("csv_data", {"blenderId": blenderId, "data": messages["csv_data"]}, room=sid)
|
await self.emit("csv_data", {"blenderId": blenderId, "data": messages["csv_data"]}, room=sid)
|
||||||
if "gantt_data" in messages:
|
if "gantt_data" in messages:
|
||||||
await self.emit("gantt_data", {"blenderId": blenderId, "data": messages["gantt_data"]}, room=sid)
|
await self.emit("gantt_data", {"blenderId": blenderId, "data": messages["gantt_data"]}, room=sid)
|
||||||
|
if "demo_data" in messages:
|
||||||
|
await self.emit("demo_data", {"blenderId": blenderId, "data": messages["demo_data"]}, room=sid)
|
||||||
|
|
||||||
# Blender namespace
|
# Blender namespace
|
||||||
class BlenderNamespace(socketio.AsyncNamespace):
|
class BlenderNamespace(socketio.AsyncNamespace):
|
||||||
|
|||||||
Reference in New Issue
Block a user