use mobile proxy

This commit is contained in:
Lei PAN
2022-09-02 14:31:02 +02:00
parent ebb3833a42
commit 7af4eed43c
+2 -2
View File
@@ -35,8 +35,8 @@ def get_proxy(proxy_type: ProxyType):
else:
proxy = {
"server": BRIGHT_DATA_PROXY_SERVER,
"username": BRIGHT_DATA_PROXY_USERNAME,
"password": BRIGHT_DATA_PROXY_PASSWORD
"username": BRIGHT_DATA_MOBILE_PROXY_USERNAME,
"password": BRIGHT_DATA_MOBILE_PROXY_PASSWORD
}
return proxy