renames
This commit is contained in:
parent
d319625288
commit
ca7d37e3cb
7 changed files with 17 additions and 17 deletions
|
|
@ -55,8 +55,8 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesReply, ICapDating, ICapC
|
|||
}
|
||||
BROWSER = AuMBrowser
|
||||
|
||||
def default_browser(self):
|
||||
return self.build_browser(self.config['username'], self.config['password'])
|
||||
def create_default_browser(self):
|
||||
return self.create_browser(self.config['username'], self.config['password'])
|
||||
|
||||
def get_status(self):
|
||||
with self.browser:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue