remove trailing spaces
This commit is contained in:
parent
892b85274a
commit
512bfe6b0b
3 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ class AdeccoBrowser(BaseBrowser):
|
|||
def search_job(self, pattern = None, publication_date = None, conty = None, region = None, job_category = None, activity_domain = None):
|
||||
if pattern:
|
||||
self.location('%s://%s/trouver-un-emploi/Pages/Offres-d-emploi.aspx?keywords=%s' % (self.PROTOCOL, self.DOMAIN, pattern.replace(' ', '+')))
|
||||
else:
|
||||
else:
|
||||
data = {
|
||||
'publicationDate': publication_date,
|
||||
'department' : conty,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue