mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 10:02:03 -08:00
Merge pull request #189 from gsli97/patch-1
unexpected keyword argument when using proxy-bypass with geoip=True
This commit is contained in:
commit
171d3c7df3
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ class Proxy:
|
||||||
server: str
|
server: str
|
||||||
username: Optional[str] = None
|
username: Optional[str] = None
|
||||||
password: Optional[str] = None
|
password: Optional[str] = None
|
||||||
|
bypass: Optional[str] = None
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def parse_server(server: str) -> Tuple[str, str, Optional[str]]:
|
def parse_server(server: str) -> Tuple[str, str, Optional[str]]:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue