cvx
This commit is contained in:
parent
021d5d3db6
commit
3d407c69e6
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ class Comment(Base):
|
||||||
|
|
||||||
if self.is_banned: return True
|
if self.is_banned: return True
|
||||||
|
|
||||||
if (self.slots_result or self.blackjack_result) and len(self.body) <= 20 and level > 1: return True
|
if (self.slots_result or self.blackjack_result) and len(self.body) <= 20 and self.level > 1: return True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue