兼容Python 3.10

This commit is contained in:
John Smith
2023-03-25 18:28:32 +08:00
parent 2cca7354b1
commit 61e6825d4e
2 changed files with 16 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ TEST_ROOM_IDS = [
async def main():
await run_single_client()
await run_multi_client()
await run_multi_clients()
async def run_single_client():
@@ -40,7 +40,7 @@ async def run_single_client():
await client.stop_and_close()
async def run_multi_client():
async def run_multi_clients():
"""
演示同时监听多个直播间
"""