Skip to content

Commit 329b57b

Browse files
authored
Add dot notation to URL on HTML fetcher plugin (#883)
#882
1 parent 3490084 commit 329b57b

File tree

1 file changed

+1
-1
lines changed
  • tracardi/process_engine/action/v1/connectors/html/fetch

1 file changed

+1
-1
lines changed

tracardi/process_engine/action/v1/connectors/html/fetch/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async def run(self, payload: dict, in_edge=None) -> Result:
5555

5656
async with client.request(
5757
method=self.config.method,
58-
url=str(self.config.url),
58+
url=str(dot[self.config.url]),
5959
headers=headers,
6060
cookies=cookies,
6161
ssl=self.config.ssl_check,

0 commit comments

Comments
 (0)