mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Forgot missing comma
This commit is contained in:
parent
a85d4a678d
commit
a612de52f9
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ class API2:
|
||||||
|
|
||||||
return data
|
return data
|
||||||
|
|
||||||
def register_device(self, device_id='', device_name='', device_token='' **kwargs):
|
def register_device(self, device_id='', device_name='', device_token='', **kwargs):
|
||||||
""" Registers the PlexPy Android App for notifications.
|
""" Registers the PlexPy Android App for notifications.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue