From 1cfd8ed51769bd90c19d2d1b5f7a3df46b01c2dc Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 29 Jul 2023 22:00:42 +0300 Subject: [PATCH] remove redundant line --- files/routes/awards.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index 289181470..784b20595 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -389,7 +389,6 @@ def award_thing(v, thing_type, id): elif kind == "flairlock": new_name = note[:100] - new_name = remove_cuniform(new_name).strip() if not new_name and author.flairchanged: author.flairchanged += 86400 else: