修复:无法更新房间信息的问题
This commit is contained in:
parent
6842961d42
commit
2750c9d25b
@ -175,7 +175,7 @@ if __name__ == "__main__":
|
||||
et = threading.Thread(target=encode, args=())
|
||||
et.setDaemon(True)
|
||||
et.start()
|
||||
if _count % 6 == 0:
|
||||
if _count % 15 == 0:
|
||||
try:
|
||||
api.updRoomInfo()
|
||||
_count = 0
|
||||
|
Reference in New Issue
Block a user