Fixed method name

This commit is contained in:
Fabio Manganiello 2017-11-29 03:37:33 +01:00
parent 9790541362
commit 47e289ed8f
1 changed files with 1 additions and 1 deletions

View File

@ -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: