Update badges.py

This commit is contained in:
Aevann1 2022-01-23 13:59:08 -08:00 committed by GitHub
parent 3045acfabb
commit 025713e25b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ class Badge(Base):
@property
@lazy
def name(self):
return self.badge.name
return ""
@property
@lazy