This commit is contained in:
xyj 2023-12-29 18:03:04 +08:00
parent 51a89836a7
commit 3cca058837
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ user_sched = {}
async def close(username, device):
# 倒计时600秒
await asyncio.sleep(30)
await asyncio.sleep(180)
user_sched.pop(username)
print("结束推流")
close_stream(username, device)