Skip to content

Commit 70ff535

Browse files
committed
format
1 parent d65aa83 commit 70ff535

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/selective_subscription/selective_subscription/room_service.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
class RoomService:
1010
def __init__(self):
11-
self.fishjam = FishjamClient(fishjam_id=FISHJAM_ID, management_token=FISHJAM_TOKEN)
11+
self.fishjam = FishjamClient(
12+
fishjam_id=FISHJAM_ID, management_token=FISHJAM_TOKEN
13+
)
1214
self.room = self.fishjam.create_room(
1315
RoomOptions(max_peers=10, room_type="conference")
1416
)

0 commit comments

Comments
 (0)