mirror of
https://github.com/caronc/apprise.git
synced 2025-02-16 10:19:50 +01:00
fixed unsupported start tag on Telegram notification; refs #565
This commit is contained in:
parent
32e2a79dd0
commit
fee93c1cae
@ -620,7 +620,7 @@ class NotifyTelegram(NotifyBase):
|
||||
|
||||
# prepare our payload based on HTML or TEXT
|
||||
payload['text'] = '{}{}'.format(
|
||||
'<h1>{}</h1>'.format(title) if title else '',
|
||||
'<b>{}</b>\r\n'.format(title) if title else '',
|
||||
body,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user