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)))
|
utils.try_encode(utils.lang(12023)))
|
||||||
|
|
||||||
|
|
||||||
class Service():
|
class Service(object):
|
||||||
ws = None
|
ws = None
|
||||||
sync = None
|
sync = None
|
||||||
plexcompanion = None
|
plexcompanion = None
|
||||||
|
|
Loading…
Reference in a new issue