@property

This commit is contained in:
Jerry Yan 2020-01-13 09:22:56 +08:00
parent d9d0778834
commit 27e5224b6c

4
api.py
View File

@ -397,6 +397,10 @@ class XiGuaLiveApi:
self.onLottery(self.lottery)
self.lottery = None
@property
def updateAt(self):
return self._updRoomAt
if __name__ == "__main__":
name = "永恒de草薙"