remotes/1693045480750635534/spooky-22
Aevann1 2021-10-29 00:33:08 +02:00
parent c0075df1f5
commit 5d35304e8b
1 changed files with 167 additions and 166 deletions

View File

@ -602,6 +602,7 @@ def edit_comment(cid, v):
body = request.values.get("body", "").strip()[:10000]
if body != c.body and body != "":
if v.marseyawarded:
if time.time() > v.marseyawarded:
v.marseyawarded = None