mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 05:02:04 -08:00
unexpected keyword argument when using proxy-bypass with geoip=True
passing a proxy to camoufox with the "bypass"-argument while using geoip=True runs into an exception. extending the class attributes fixes the problem on my local machine
This commit is contained in:
parent
2a250720a6
commit
c8eca598a9
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ class Proxy:
|
|||
server: str
|
||||
username: Optional[str] = None
|
||||
password: Optional[str] = None
|
||||
bypass: Optional[str] = None
|
||||
|
||||
@staticmethod
|
||||
def parse_server(server: str) -> Tuple[str, str, Optional[str]]:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue