mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
sasdasdas
This commit is contained in:
parent
d7ed0d9f7d
commit
27cb69fc5b
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalpack"
|
name = "royalpack"
|
||||||
version = "5.15.4"
|
version = "5.15.5"
|
||||||
description = "A Royalnet command pack for the Royal Games community"
|
description = "A Royalnet command pack for the Royal Games community"
|
||||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||||
license = "AGPL-3.0+"
|
license = "AGPL-3.0+"
|
||||||
|
|
|
@ -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) else None,
|
is not None and self._steamid != 76561198034314260) else None,
|
||||||
}
|
}
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
|
|
Loading…
Reference in a new issue