fds
This commit is contained in:
parent
a73109184b
commit
1cd3778dd6
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ def edit_comment(cid, v):
|
||||||
|
|
||||||
if len(body) < 1: return {"error":"You have to actually type something!"}, 400
|
if len(body) < 1: return {"error":"You have to actually type something!"}, 400
|
||||||
|
|
||||||
if body != c.body and body != "":
|
if body != c.body or request.files.get("file") and request.headers.get("cf-ipcountry") != "T1":
|
||||||
if v.marseyawarded:
|
if v.marseyawarded:
|
||||||
if time.time() > v.marseyawarded:
|
if time.time() > v.marseyawarded:
|
||||||
v.marseyawarded = None
|
v.marseyawarded = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue