Update badges.py

remotes/1693045480750635534/spooky-22
Aevann1 2022-01-23 13:59:08 -08:00 committed by GitHub
parent bc327553a2
commit c9092e6fcd
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ class Badge(Base):
@property
@lazy
def name(self):
return self.badge.name
return ""
@property
@lazy
@ -70,4 +70,4 @@ class Badge(Base):
'name': self.name,
'url': self.url,
'icon_url':f"{SITE_FULL}{self.path}"
}
}