fdfd
This commit is contained in:
parent
4bf12326e6
commit
fb8128a67f
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ def undelete_post_pid(pid, v):
|
|||
@app.route("/embed/post/<pid>", methods=["GET"])
|
||||
def embed_post_pid(pid):
|
||||
|
||||
post = get_post(pid)
|
||||
post = get_post(int(pid))
|
||||
|
||||
if post.is_banned:
|
||||
abort(410)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue