mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
nvm
This commit is contained in:
parent
27cb69fc5b
commit
4a8f23b837
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue