This commit is contained in:
Aevann1 2021-11-01 20:25:10 +02:00
parent ed591a9c68
commit c14c87c98b
20 changed files with 86 additions and 72 deletions

View file

@ -153,7 +153,6 @@ def api_comment(v):
else: abort(400)
body = request.values.get("body", "").strip()[:10000]
body = body.strip()
if v.marseyawarded:
if time.time() > v.marseyawarded: