Skip to content

Commit f793fdf

Browse files
keturnpsychedelicious
authored andcommitted
1 parent 2e404b7 commit f793fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

invokeai/app/api/sockets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ async def _handle_sub_queue(self, sid, data, *args, **kwargs):
3434

3535
async def _handle_unsub_queue(self, sid, data, *args, **kwargs):
3636
if "queue_id" in data:
37-
await self.__sio.enter_room(sid, data["queue_id"])
37+
await self.__sio.leave_room(sid, data["queue_id"])

0 commit comments

Comments
 (0)