From 414e9c5ba8de0a7a35f54731ee98faef16c1f3cd Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 3 Mar 2022 02:14:47 +0200 Subject: [PATCH] fart --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index b6cf2f35e..c3fc6fc17 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -929,7 +929,7 @@ def submit_post(v, sub=None): elif app.config['SERVER_NAME'] in domain and "/post/" in url and "context" not in url: id = url.split("/post/")[1] if "/" in id: id = id.split("/")[0] - embed = int(id) + embed = str(int(id)) if not url and not request.values.get("body") and not request.files.get("file") and not request.files.get("file2"):