remove redundant line

master
Aevann 2023-07-29 22:00:42 +03:00
parent 19b30e726b
commit 1cfd8ed517
1 changed files with 0 additions and 1 deletions

View File

@ -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: