This commit is contained in:
Jerry Yan 2019-03-21 13:05:24 +08:00
parent 4d54e3dd6d
commit c9c962f646

View File

@ -160,6 +160,7 @@ if __name__ == "__main__":
if _count % 6 == 0: if _count % 6 == 0:
try: try:
api.updRoomInfo() api.updRoomInfo()
_count = 0
except: except:
time.sleep(10) time.sleep(10)
_count += 1 _count += 1