Syntax error

This commit is contained in:
Fabio Manganiello 2017-12-12 20:16:00 +01:00
parent f7202fd205
commit 898a4ffdef
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class PushbulletBackend(Backend):
def run(self):
self._init_socket()
logging.info('Initialized Pushbullet backend - device_id: {}'
.format(self.device))
.format(self.device_name))
self.ws.run_forever()