From ef7da76629513f0b12d50ce43715dbaec2141cbe Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Fri, 1 Apr 2022 10:35:59 -0500 Subject: [PATCH] fix --- app/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/properties.py b/app/properties.py index 6517402..25c491d 100644 --- a/app/properties.py +++ b/app/properties.py @@ -122,7 +122,7 @@ def reject(id): # cause the game doesn't present it otherwise mail_message = "Rejected Property " + \ f"{property_data.name if property_data.name else zone_name} " + \ - f"with reason \"{form.rejection_reason.data}\"""" + f"with reason \"{form.rejection_reason.data}\"" Mail( sender_id=0, sender_name=f"[GM] {current_user.username}",