This commit is contained in:
Aevann1 2021-09-19 22:06:52 +02:00
parent 5fae115060
commit 6b7ae51d61
5 changed files with 16 additions and 4 deletions

View file

@ -88,6 +88,7 @@ class Badge(Base):
'icon_url':f"https://{app.config['SERVER_NAME']}{self.path}"
}
property
@property
@lazy
def json(self):
return self.json_core