update
This commit is contained in:
parent
d42943fff6
commit
5c2112f047
|
@ -43,7 +43,7 @@ class MQTTClient:
|
|||
|
||||
async def close(username, device):
|
||||
# 倒计时600秒
|
||||
await asyncio.sleep(3)
|
||||
await asyncio.sleep(30)
|
||||
print(username + "结束推流")
|
||||
user_sched.pop(username)
|
||||
close_stream(username, device)
|
||||
|
|
Loading…
Reference in New Issue