[lolix] fill search job method in lolix to avoid error message

This commit is contained in:
Bezleputh 2013-10-03 23:59:53 +02:00 committed by Florent
commit decd86c0e7
2 changed files with 7 additions and 1 deletions

View file

@ -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',