This commit is contained in:
2019-05-17 21:20:25 +08:00
committed by JerryYan
parent 708218d34a
commit b4559f6771
3 changed files with 4 additions and 5 deletions

3
api.py

@ -145,8 +145,7 @@ class XiGuaLiveApi:
"""
if self.name is None or self.roomLiver is None:
return False
if self.name in self.roomLiver:
return True
return True
def _forceSearchUser(self):
"""