forked from platypush/platypush
Fixed method name
This commit is contained in:
parent
9790541362
commit
47e289ed8f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class PushbulletBackend(Backend):
|
||||||
self.ws.backend = self
|
self.ws.backend = self
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
self.init_socket()
|
self._init_socket()
|
||||||
self.ws.run_forever()
|
self.ws.run_forever()
|
||||||
|
|
||||||
# vim:sw=4:ts=4:et:
|
# vim:sw=4:ts=4:et:
|
||||||
|
|
Loading…
Reference in a new issue