mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-09 23:13:07 -04:00
oops, Browser.__init__ doesn't take client_id anymore
This commit is contained in:
parent
d7cfcbf233
commit
bf3afcccb9
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class AmqpBrowserController:
|
|||
# XXX should reuse ports
|
||||
port = 9222 + len(self.browsers)
|
||||
browser = Browser(chrome_port=port, chrome_exe=self.chrome_exe,
|
||||
chrome_wait=self.browser_wait, client_id=client_id)
|
||||
chrome_wait=self.browser_wait)
|
||||
self.browsers[client_id] = browser
|
||||
|
||||
def browse_page_async():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue