remove trailing spaces
This commit is contained in:
parent
892b85274a
commit
512bfe6b0b
3 changed files with 3 additions and 3 deletions
|
|
@ -280,7 +280,7 @@ class AdeccoBackend(BaseBackend, ICapJob):
|
|||
|
||||
def search_job(self, pattern=None):
|
||||
with self.browser:
|
||||
for advert in self.browser.search_job(pattern,
|
||||
for advert in self.browser.search_job(pattern,
|
||||
publication_date=int(self.config['publication_date'].get()),
|
||||
conty=int(self.config['conty'].get()),
|
||||
region=int(self.config['region'].get()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue