Merge branch 'nightly' into python3

This commit is contained in:
JonnyWong16 2019-12-08 12:20:43 -08:00
commit 197c3a327b
4 changed files with 15 additions and 5 deletions

View file

@ -415,7 +415,7 @@ class API2(object):
return
def notify(self, notifier_id='', subject='Tautulli', body='Test notification', **kwargs):
def notify(self, notifier_id='', subject='', body='', **kwargs):
""" Send a notification using Tautulli.
```