1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2020-10-13 22:38:41 +02:00
parent 27cb69fc5b
commit 4a8f23b837

View file

@ -78,7 +78,7 @@ class Steam:
"dota": self.dota.json() if self.dota is not None else None, "dota": self.dota.json() if self.dota is not None else None,
"brawlhalla": self.brawlhalla.json() if self.brawlhalla is not None else None, "brawlhalla": self.brawlhalla.json() if self.brawlhalla is not None else None,
"trionfistatus": self.trionfistatus.json() if (self.trionfistatus is not None and self.trionfistatus.zero "trionfistatus": self.trionfistatus.json() if (self.trionfistatus is not None and self.trionfistatus.zero
is not None and self._steamid != 76561198034314260) else None, is not None) else None,
} }
def __repr__(self): def __repr__(self):