mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Newsletter body text for test
This commit is contained in:
parent
4977b3def1
commit
2b0f83e036
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def notify(newsletter_id=None, notify_action=None, **kwargs):
|
||||||
|
|
||||||
if notify_action in ('test', 'api'):
|
if notify_action in ('test', 'api'):
|
||||||
subject = kwargs.pop('subject', newsletter_config['subject'])
|
subject = kwargs.pop('subject', newsletter_config['subject'])
|
||||||
body = kwargs.pop('body', newsletter_config['subject'])
|
body = kwargs.pop('body', newsletter_config['body'])
|
||||||
else:
|
else:
|
||||||
subject = newsletter_config['subject']
|
subject = newsletter_config['subject']
|
||||||
body = newsletter_config['body']
|
body = newsletter_config['body']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue