master
Aevann1 2021-12-30 07:47:09 +02:00
parent 86bd050174
commit 89ded60945
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ def edit_comment(cid, v):
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 time.time() > v.marseyawarded:
v.marseyawarded = None