mirror of https://github.com/OCA/social.git
[IMP] mail_broker_telegram: black, isort, prettier
parent
8308b9dc7e
commit
d740f5a410
|
@ -181,7 +181,10 @@ class MailBrokerTelegramService(Component):
|
||||||
body += (
|
body += (
|
||||||
'<a target="_blank" href="https://www.google.com/'
|
'<a target="_blank" href="https://www.google.com/'
|
||||||
'maps/search/?api=1&query=%s,%s">Location</a>'
|
'maps/search/?api=1&query=%s,%s">Location</a>'
|
||||||
% (effective_attachment.latitude, effective_attachment.longitude,)
|
% (
|
||||||
|
effective_attachment.latitude,
|
||||||
|
effective_attachment.longitude,
|
||||||
|
)
|
||||||
)
|
)
|
||||||
attachment_data = self._process_telegram_attachment(effective_attachment)
|
attachment_data = self._process_telegram_attachment(effective_attachment)
|
||||||
if attachment_data:
|
if attachment_data:
|
||||||
|
|
Loading…
Reference in New Issue