remove all of the agency parameter (refs #1313)

This commit is contained in:
Romain Bignon 2013-12-16 12:35:29 +01:00
commit 3887bd70c4
3 changed files with 4 additions and 13 deletions

View file

@ -53,8 +53,7 @@ class LCLBackend(BaseBackend, ICapBank):
self.config['password'].get())
else:
self.BROWSER = LCLBrowser
return self.create_browser(self.config['agency'].get(),
self.config['login'].get(),
return self.create_browser(self.config['login'].get(),
self.config['password'].get())
def deinit(self):