remove trailing spaces

This commit is contained in:
Romain Bignon 2013-07-20 11:11:21 +02:00
commit 512bfe6b0b
3 changed files with 3 additions and 3 deletions

View file

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