From 898a4ffdef2711dafc9439cf18d8661ca2f46a09 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 12 Dec 2017 20:16:00 +0100 Subject: [PATCH] Syntax error --- platypush/backend/pushbullet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/pushbullet/__init__.py b/platypush/backend/pushbullet/__init__.py index 7019fb071f..427a4c9fe2 100644 --- a/platypush/backend/pushbullet/__init__.py +++ b/platypush/backend/pushbullet/__init__.py @@ -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()