Skip to content

Commit f2dda37

Browse files
committed
#18: explicit datacenter proxy type
1 parent 39e2707 commit f2dda37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapingant_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def general_request(
3535
url: str,
3636
cookies: Optional[List[Cookie]] = None,
3737
js_snippet: Optional[str] = None,
38-
proxy_type: Optional[ProxyType] = None,
38+
proxy_type: Optional[ProxyType] = ProxyType.datacenter,
3939
proxy_country: Optional[str] = None,
4040
return_text: bool = False,
4141
wait_for_selector: Optional[str] = None,

0 commit comments

Comments
 (0)