forked from rDrama/rDrama
1
0
Fork 0

remove now-unnecessary bool

master
Aevann 2024-02-16 00:05:33 +02:00
parent a1fc1a9972
commit 7785dae3a8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def publish(pid, v):
g.db.add(p)
p.chudded = v.chud and p.hole != 'chudrama' and not (p.is_longpost and not v.chudded_by)
p.queened = bool(v.queen and not p.is_longpost)
p.queened = v.queen and not p.is_longpost
p.sharpened = v.sharpen and not p.is_longpost
p.rainbowed = v.rainbow and not p.is_longpost