Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 5, 2024
1 parent e226e8c commit 8d83a04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion store/app/crud/teleop.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ async def add_ice_candidate(self, room: TeleopRoom, ice_candidate: dict) -> Tele
return room

async def update_connection_status(
self, room: TeleopRoom, status: Literal["disconnected", "connecting", "connected"]
self,
room: TeleopRoom,
status: Literal["disconnected", "connecting", "connected"],
) -> TeleopRoom:
"""Updates the connection status of the room."""
await self._update_item(
Expand Down

0 comments on commit 8d83a04

Please sign in to comment.