df
This commit is contained in:
parent
ed34250b31
commit
116989a320
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ def submit_post(v):
|
|||
else:
|
||||
url = ""
|
||||
|
||||
if "i.imgur.com" in url: url = url.replace(".png", "_d.png").replace(".jpg", "_d.jpg").replace(".jpeg", "_d.jpeg") + "?maxwidth=8888"
|
||||
if "i.imgur.com" in url: url = url.replace(".png", "_d.png").replace(".jpg", "_d.jpg").replace(".jpeg", "_d.jpeg") + "?maxwidth=9999"
|
||||
|
||||
body = request.form.get("body", "")
|
||||
# check for duplicate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue