修复:无法更新房间信息的问题

This commit is contained in:
Jerry Yan 2019-03-22 09:07:29 +08:00
parent 6842961d42
commit 2750c9d25b

View File

@ -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