Skip to content

Commit a4df12f

Browse files
authored
Update Server.py
1 parent dbf58d6 commit a4df12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def on_create_room(data):
8383
emit("join-request")
8484

8585
# elk
86-
room_id = data["room_id"]
86+
room_id = data["roomName"]
8787
date = datetime.datetime.now()
8888
now = date.strftime('%m/%d/%y %H:%M:%S')
8989
doc_create = {"des": "create room", "room_id": room_id, "@timestamp": utc_time()}

0 commit comments

Comments
 (0)