forked from rDrama/rDrama
1
0
Fork 0

increase snappy,tgtw pin duration

master
Aevann 2023-06-19 08:03:41 +03:00
parent 6a5c09136e
commit 1003663071
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ def submit_post(v:User, sub=None):
if (SITE == 'rdrama.net'
and v.id in {TGTW_ID, SNALLY_ID}
and not (p.sub and p.subr.stealth)) and p.sub != 'slavshit':
p.stickied_utc = int(time.time()) + 3600
p.stickied_utc = int(time.time()) + 14400
p.stickied = "AutoJanny"
cache.delete_memoized(frontlist)