This commit is contained in:
Aevann1 2022-01-24 18:49:23 +02:00
parent b529d36183
commit cb4386b9b8
10 changed files with 11 additions and 11 deletions

View file

@ -59,7 +59,7 @@ class Badge(Base):
try: return self.badge.name
except Exception as e:
print(e)
print(self.badge_id)
print(self.badge_id, flush=True)
return ""
@property