description of geolocip backend
This commit is contained in:
parent
1e51145ef5
commit
89a6c62de4
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class GeolocIpBackend(BaseBackend, ICapGeolocIp):
|
|||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.4'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = u"IP Adresses geolocalisation"
|
||||
DESCRIPTION = u"IP Adresses geolocalisation with the API of the site www.geolocalise-ip.com "
|
||||
CONFIG = ValuesDict(Value('email', label='Username'),
|
||||
Value('password',label='Password', masked=True))
|
||||
BROWSER = BaseBrowser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue