remove unnecessary print
This commit is contained in:
@@ -36,7 +36,6 @@ async def main(room_url):
|
|||||||
nonlocal participant_name
|
nonlocal participant_name
|
||||||
|
|
||||||
await other_joined_event.wait()
|
await other_joined_event.wait()
|
||||||
print("done waiting")
|
|
||||||
await tts.say(
|
await tts.say(
|
||||||
"Hello there, " + participant_name + "!",
|
"Hello there, " + participant_name + "!",
|
||||||
transport.send_queue,
|
transport.send_queue,
|
||||||
|
|||||||
Reference in New Issue
Block a user