fix
This commit is contained in:
parent
1ee8112734
commit
bf2caeae42
|
|
@ -170,7 +170,7 @@ class PlayerTemplates:
|
||||||
or bool(self.db_session.query(UserContent).filter(
|
or bool(self.db_session.query(UserContent).filter(
|
||||||
and_(
|
and_(
|
||||||
StarsInvoice.user_id == self.user.id,
|
StarsInvoice.user_id == self.user.id,
|
||||||
StarsInvoice.content_hash == content['encrypted_content'].hash,
|
StarsInvoice.content_hash == content.hash,
|
||||||
StarsInvoice.paid == True
|
StarsInvoice.paid == True
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue