diff --git a/runbullet/backend/pushbullet/__init__.py b/runbullet/backend/pushbullet/__init__.py index a55eb4a3d6..a8560d4557 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):