This commit is contained in:
xyj 2024-01-02 12:01:41 +08:00
parent cf50483227
commit d065e6fc5a
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(40)
await asyncio.sleep(600)
user_sched.pop(username)
print(username + "结束推流")
close_stream(username, device)