[lolix] fill search job method in lolix to avoid error message
This commit is contained in:
parent
8e567d39a1
commit
decd86c0e7
2 changed files with 7 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class LolixBrowser(BaseBrowser):
|
|||
'%s://%s/offre.php\?id=(?P<id>.+)' % (PROTOCOL, DOMAIN): AdvertPage,
|
||||
}
|
||||
|
||||
def advanced_search_job(self, region=None, poste=None, contrat=None, limit_date=None):
|
||||
def advanced_search_job(self, region=0, poste=0, contrat=0, limit_date=0):
|
||||
data = {
|
||||
'mode': 'find',
|
||||
'page': '0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue