fart
This commit is contained in:
parent
0601a20a90
commit
f94c1a8567
1 changed files with 1 additions and 1 deletions
|
@ -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"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue