删除无用文件

This commit is contained in:
2019-12-31 16:33:38 +08:00
parent d051250959
commit 9d246dfcba
14 changed files with 1 additions and 15680 deletions

1
api.py
View File

@ -112,6 +112,7 @@ class XiGuaLiveApi:
:return:
"""
if self.roomLiver is None:
self.isLive = False
return False
_formatData = {"COMMON": COMMON_GET_PARAM, "TIMESTAMP": time.time() * 1000, "userId": self.roomLiver.ID}
_url = USER_INFO_API.format_map(_formatData).format_map(_formatData)