add bnporc and aum logo
This commit is contained in:
parent
c6815f8fbd
commit
711e88c661
4 changed files with 5 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ from __future__ import with_statement
|
|||
|
||||
from datetime import datetime
|
||||
from dateutil import tz
|
||||
import os
|
||||
from time import sleep
|
||||
|
||||
from weboob.backend import BaseBackend
|
||||
|
|
@ -43,7 +44,8 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesReply, ICapDating, ICapC
|
|||
EMAIL = 'romain@peerfuse.org'
|
||||
VERSION = '1.0'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = "French dating website"
|
||||
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),
|
||||
}
|
||||
|
|
|
|||
BIN
weboob/backends/aum/data/logo.png
Normal file
BIN
weboob/backends/aum/data/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
|
|
@ -15,6 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
import os
|
||||
|
||||
from weboob.backend import BaseBackend
|
||||
from weboob.capabilities.bank import ICapBank, AccountNotFound
|
||||
|
|
@ -27,6 +28,7 @@ class BNPorcBackend(BaseBackend, ICapBank):
|
|||
EMAIL = 'romain@peerfuse.org'
|
||||
VERSION = '1.0'
|
||||
LICENSE = 'GPLv3'
|
||||
ICON = os.path.join(os.path.dirname(__file__), 'data/logo.png')
|
||||
DESCRIPTION = 'BNP Paribas french bank\' website'
|
||||
|
||||
CONFIG = {'login': BaseBackend.ConfigField(description='Account ID'),
|
||||
|
|
|
|||
BIN
weboob/backends/bnporc/data/logo.png
Normal file
BIN
weboob/backends/bnporc/data/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5 KiB |
Loading…
Add table
Add a link
Reference in a new issue