forked from rDrama/rDrama
1
0
Fork 0

Revert "try random bullshit to fix posting on wpd"

This reverts commit f575c37b40.
master
Aevann 2023-08-17 02:17:21 +03:00
parent 28da8d4621
commit 6af8e60692
1 changed files with 2 additions and 3 deletions

View File

@ -658,9 +658,8 @@ def submit_post(v, sub=None):
autojanny.comment_count += 1
g.db.add(autojanny)
if SITE != 'watchpeopledie.tv':
v.post_count = g.db.query(Post).filter_by(author_id=v.id, deleted_utc=0).count()
g.db.add(v)
v.post_count = g.db.query(Post).filter_by(author_id=v.id, deleted_utc=0).count()
g.db.add(v)
execute_lawlz_actions(v, p)