forked from platypush/platypush
Syntax error
This commit is contained in:
parent
f7202fd205
commit
898a4ffdef
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class PushbulletBackend(Backend):
|
||||||
def run(self):
|
def run(self):
|
||||||
self._init_socket()
|
self._init_socket()
|
||||||
logging.info('Initialized Pushbullet backend - device_id: {}'
|
logging.info('Initialized Pushbullet backend - device_id: {}'
|
||||||
.format(self.device))
|
.format(self.device_name))
|
||||||
|
|
||||||
self.ws.run_forever()
|
self.ws.run_forever()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue