take pizza off the autopin list and up it to 1 hour again

pull/117/head
Aevann 2023-02-10 13:53:42 +02:00
parent 946b09fb62
commit 83195cded9
1 changed files with 2 additions and 2 deletions

View File

@ -788,9 +788,9 @@ def submit_post(v:User, sub=None):
execute_lawlz_actions(v, post)
if (SITE == 'rdrama.net'
and v.id in (IMPASSIONATA_ID, PIZZASHILL_ID, TGTW_ID, SNALLY_ID)
and v.id in (IMPASSIONATA_ID, TGTW_ID, SNALLY_ID)
and not (post.sub and post.subr.stealth)):
post.stickied_utc = int(time.time()) + 600
post.stickied_utc = int(time.time()) + 3600
post.stickied = "AutoJanny"
cache.delete_memoized(frontlist)