1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

sasdasdas

This commit is contained in:
Steffo 2020-10-13 22:35:46 +02:00
parent d7ed0d9f7d
commit 27cb69fc5b
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
[tool.poetry]
name = "royalpack"
version = "5.15.4"
version = "5.15.5"
description = "A Royalnet command pack for the Royal Games community"
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
license = "AGPL-3.0+"

View file

@ -78,7 +78,7 @@ class Steam:
"dota": self.dota.json() if self.dota 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
is not None) else None,
is not None and self._steamid != 76561198034314260) else None,
}
def __repr__(self):