From 3e344ce56ce381dac31c7375885bbff2f23b7151 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 4 Oct 2015 20:38:37 +0200 Subject: [PATCH] fix typo --- plexpy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/api.py b/plexpy/api.py index bb420caa..38714b35 100644 --- a/plexpy/api.py +++ b/plexpy/api.py @@ -29,7 +29,7 @@ import xmltodict cmd_list = ['getLogs', 'getVersion', 'checkGithub', 'shutdown', 'getSettings', 'restart', 'update', 'getApikey', 'getHistory', - 'getMetadata', 'getUserips', 'getPlayby, getSync'] + 'getMetadata', 'getUserips', 'getPlayby', 'getSync'] class Api(object):