This commit is contained in:
Aevann1 2022-04-26 02:26:27 +02:00
parent ee3fd69596
commit 69a6afd9c5
3 changed files with 0 additions and 16 deletions

View file

@ -1128,9 +1128,6 @@ def submit_post(v, sub=None):
ghost=ghost
)
if SITE == 'cringetopia.org': post.site = 1
elif SITE == 'watchpeopledie.co': post.site = 2
g.db.add(post)
g.db.flush()