parent
3fcbcc3964
commit
13f9fc07b2
36 changed files with 70 additions and 29 deletions
|
|
@ -46,7 +46,6 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesReply, ICapDating, ICapC
|
|||
VERSION = '0.1'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = u"“Adopte un mec” french dating website"
|
||||
ICON = os.path.join(os.path.dirname(__file__), 'data/logo.png')
|
||||
CONFIG = {'username': BaseBackend.ConfigField(description='Username on website'),
|
||||
'password': BaseBackend.ConfigField(description='Password of account', is_masked=True),
|
||||
'register': BaseBackend.ConfigField(default=False, description='Register as new account?'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue