diff --git a/runbullet/backend/pushbullet/__init__.py b/runbullet/backend/pushbullet/__init__.py index a55eb4a3..a8560d45 100644 --- a/runbullet/backend/pushbullet/__init__.py +++ b/runbullet/backend/pushbullet/__init__.py @@ -5,8 +5,9 @@ import websocket from .. import Backend class PushbulletBackend(Backend): - def _init(self, token): + def _init(self, token, device=None): self.token = token + self.device = device @staticmethod def _on_init(ws):