We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc153ae commit 6a25613Copy full SHA for 6a25613
1 file changed
src/apify/scrapy/middlewares/apify_proxy.py
@@ -49,7 +49,7 @@ def from_crawler(cls: type[ApifyHttpProxyMiddleware], crawler: Crawler) -> Apify
49
if proxy_settings is None:
50
Actor.log.info(
51
'ApifyHttpProxyMiddleware is not going to be used. Object "proxyConfiguration" is probably missing '
52
- ' in the Actor input.'
+ 'in the Actor input.'
53
)
54
raise NotConfigured
55
0 commit comments