mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-16 21:05:20 +02:00
chore: linting
This commit is contained in:
parent
0a012dbc79
commit
ce952d2ad1
127 changed files with 821 additions and 517 deletions
|
|
@ -34,9 +34,9 @@ class AnonymousProxiesProvider(ProxyProvider):
|
|||
"l": Config.RESIDENTIAL_PROXY_LOCATION,
|
||||
"t": Config.RESIDENTIAL_PROXY_TYPE,
|
||||
}
|
||||
return base64.b64encode(
|
||||
json.dumps(password_dict).encode("utf-8")
|
||||
).decode("utf-8")
|
||||
return base64.b64encode(json.dumps(password_dict).encode("utf-8")).decode(
|
||||
"utf-8"
|
||||
)
|
||||
|
||||
def get_proxy_url(self) -> str | None:
|
||||
username = Config.RESIDENTIAL_PROXY_USERNAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue