Update to new style Python class
This commit is contained in:
parent
3c9eb71324
commit
2c12f2e705
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ STRINGS = (utils.try_encode(utils.lang(12021)),
|
|||
utils.try_encode(utils.lang(12023)))
|
||||
|
||||
|
||||
class Service():
|
||||
class Service(object):
|
||||
ws = None
|
||||
sync = None
|
||||
plexcompanion = None
|
||||
|
|
Loading…
Reference in a new issue