remotes/1693045480750635534/spooky-22
Aevann1 2022-03-03 02:14:47 +02:00
parent 79622ff184
commit 414e9c5ba8
1 changed files with 1 additions and 1 deletions

View File

@ -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"):