diff --git a/main.py b/main.py index c280560..0092981 100644 --- a/main.py +++ b/main.py @@ -90,9 +90,7 @@ with Path("proxies").open("w", encoding="utf-8") as proxy_file: get_access_proxy_token_payload: dict[str, str | dict[str, str]] = { "clientApp": {"name": "URBAN_VPN_BROWSER_EXTENSION"}, - "signature": next( - (host.signature for host in hosts if len(host.signature) > 0), "" - ), + "signature": host.signature, "type": "accs", }