oops
This commit is contained in:
parent
07a9450d58
commit
792d2f3705
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class MessagesManager(QWidget):
|
|||
|
||||
self.process = QtDo(self.weboob, self._gotMessage)
|
||||
|
||||
self.process.do(self.backend.name, command, backends=self.backend, caps=ICapMessages)
|
||||
self.process.do(command, backends=self.backend, caps=ICapMessages)
|
||||
|
||||
def _gotMessage(self, backend, message):
|
||||
if message is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue