Browse Source

MT#59038 reformat with black

Change-Id: Icb686838fb5d6e626f180d2f8de4ad27e2805867
pull/1802/head
Richard Fuchs 2 years ago
parent
commit
1844936a61
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      t/auto-daemon-tests-websocket.py

+ 3
- 1
t/auto-daemon-tests-websocket.py View File

@ -355,7 +355,9 @@ class TestVideoroom(unittest.TestCase):
return handle
def createPublisher(self, token, session, room, handle, pubs=[], conn_num=0, feed_id=0):
def createPublisher(
self, token, session, room, handle, pubs=[], conn_num=0, feed_id=0
):
body = {"request": "join", "ptype": "publisher", "room": room}
if feed_id:


Loading…
Cancel
Save