主动更新礼物

This commit is contained in:
2020-01-02 21:37:01 +08:00
parent 107309c043
commit ee9556548d
3 changed files with 53 additions and 10 deletions

View File

@ -203,6 +203,12 @@ if __name__ == "__main__":
print("OK")
else:
print("FAIL")
print("更新房间礼物信息", end="\t", flush=True)
__res = api.updGiftInfo()
if __res < 0:
print("FAIL")
else:
print('OK\n礼物种数:', __res)
print("=" * 30)
while True:
if api.isLive: