Merge branch 'nightly' into python3

# Conflicts:
#	plexpy/datafactory.py
This commit is contained in:
JonnyWong16 2020-04-03 21:10:32 -07:00
commit fb395fc2e9
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 7 additions and 4 deletions

View file

@ -301,7 +301,7 @@ def send_newsletter(newsletter_id=None, subject=None, body=None, message=None, n
email_config=newsletter_config['email_config'],
subject=subject,
body=body,
messsage=message)
message=message)
return agent.send()
else:
logger.debug("Tautulli Newsletters :: Notification requested but no newsletter_id received.")