new command 'weboob-config confirm'
This commit is contained in:
parent
d224effe35
commit
01acc2c7d4
3 changed files with 63 additions and 1 deletions
|
|
@ -47,6 +47,12 @@ class ICapAccount(IBaseCap):
|
|||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
def confirm_account(self, mail):
|
||||
"""
|
||||
From an email go to the confirm link.
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
def get_account(self):
|
||||
"""
|
||||
Get the current account.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue