Update to new style Python class

This commit is contained in:
croneter 2019-02-21 08:47:52 +01:00
parent 3c9eb71324
commit 2c12f2e705

View file

@ -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