mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 12:00:08 -07:00
fix typo
This commit is contained in:
parent
9d925cce03
commit
3e344ce56c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import xmltodict
|
||||||
|
|
||||||
cmd_list = ['getLogs', 'getVersion', 'checkGithub', 'shutdown',
|
cmd_list = ['getLogs', 'getVersion', 'checkGithub', 'shutdown',
|
||||||
'getSettings', 'restart', 'update', 'getApikey', 'getHistory',
|
'getSettings', 'restart', 'update', 'getApikey', 'getHistory',
|
||||||
'getMetadata', 'getUserips', 'getPlayby, getSync']
|
'getMetadata', 'getUserips', 'getPlayby', 'getSync']
|
||||||
|
|
||||||
|
|
||||||
class Api(object):
|
class Api(object):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue