diff --git a/runbullet/backend/pushbullet/__init__.py b/runbullet/backend/pushbullet/__init__.py index 5ebef04078..b8583d1fd5 100644 --- a/runbullet/backend/pushbullet/__init__.py +++ b/runbullet/backend/pushbullet/__init__.py @@ -62,7 +62,7 @@ class PushbulletBackend(Backend): self.ws.backend = self def run(self): - self.init_socket() + self._init_socket() self.ws.run_forever() # vim:sw=4:ts=4:et: