fix sfr backend message post
This commit is contained in:
parent
2921a17a3e
commit
2ed19faa5e
4 changed files with 53 additions and 10 deletions
|
|
@ -41,3 +41,8 @@ class SfrBackend(BaseBackend, ICapMessagesPost):
|
|||
|
||||
def create_default_browser(self):
|
||||
return self.create_browser(self.config['login'], self.config['password'])
|
||||
|
||||
# ICapMessagesPost methods
|
||||
|
||||
def post_message(self, message):
|
||||
self.browser.post_message(message)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue