forked from MarseyWorld/MarseyWorld
Amend 4f849c2: remove forgotten print debug.
parent
4f849c2c36
commit
8e2f76729e
|
@ -222,7 +222,6 @@ class User(Base):
|
||||||
try:
|
try:
|
||||||
return self.hats_equipped
|
return self.hats_equipped
|
||||||
except:
|
except:
|
||||||
print("except")
|
|
||||||
return g.db.query(Hat).filter_by(user_id=self.id, equipped=True).all()
|
return g.db.query(Hat).filter_by(user_id=self.id, equipped=True).all()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in New Issue