remove a now-unnecessary line

pull/173/head
Aevann 2023-07-28 01:58:38 +03:00
parent 384019d0b8
commit 7000e1b07e
1 changed files with 0 additions and 1 deletions

View File

@ -1352,7 +1352,6 @@ def remove_post(post_id, v):
v.pay_account('coins', 1)
g.db.add(v)
purge_files_in_cache(f"https://{SITE}/")
return {"message": "Post removed!"}