Skip to content

Commit

Permalink
fix(undetected tor browser): include tor mixin!
Browse files Browse the repository at this point in the history
  • Loading branch information
2e0byo committed Jan 27, 2022
1 parent 0894321 commit 60e2495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yadc/undetected_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _connect(self, *args, chrome_options: uc.ChromeOptions = None):
return driver


class UndetectedTorBrowser(UndetectedBrowser):
class UndetectedTorBrowser(UndetectedBrowser, TorBrowser):
@property
def tor_arg(self):
return f'--proxy-server="socks4://localhost:{self.tor_port}"'
Expand Down

0 comments on commit 60e2495

Please sign in to comment.