print-debug

pull/222/head
Aevann 2024-02-15 23:54:56 +02:00
parent 36b1f5abd0
commit 5785f7daaf
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ def publish(pid, v):
p.chudded = v.chud and p.hole != 'chudrama' and not (p.is_longpost and not v.chudded_by)
p.queened = v.queen and not p.is_longpost
print('bool: ', v.queen and not p.is_longpost, flush=True)
print(p.queened, flush=True)
p.sharpened = v.sharpen and not p.is_longpost
p.rainbowed = v.rainbow and not p.is_longpost