diff --git a/mail_gateway_telegram/services/mail_broker_service.py b/mail_gateway_telegram/services/mail_broker_service.py index b3e994062..0aae0a997 100644 --- a/mail_gateway_telegram/services/mail_broker_service.py +++ b/mail_gateway_telegram/services/mail_broker_service.py @@ -181,7 +181,10 @@ class MailBrokerTelegramService(Component): body += ( 'Location' - % (effective_attachment.latitude, effective_attachment.longitude,) + % ( + effective_attachment.latitude, + effective_attachment.longitude, + ) ) attachment_data = self._process_telegram_attachment(effective_attachment) if attachment_data: