This commit is contained in:
xyj 2024-01-02 11:38:00 +08:00
parent 9883fff26a
commit a4c81655bc
1 changed files with 1 additions and 1 deletions

View File

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