Skip to content

Commit

Permalink
Add dot notation to URL on HTML fetcher plugin (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcam authored Nov 14, 2024
1 parent 3490084 commit 329b57b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def run(self, payload: dict, in_edge=None) -> Result:

async with client.request(
method=self.config.method,
url=str(self.config.url),
url=str(dot[self.config.url]),
headers=headers,
cookies=cookies,
ssl=self.config.ssl_check,
Expand Down

0 comments on commit 329b57b

Please sign in to comment.