mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
fix(FetchNode): missing bracket syntax error
This commit is contained in:
parent
0048ba1542
commit
50edbcc7f8
@ -80,6 +80,7 @@ class FetchNode(BaseNode):
|
||||
|
||||
self.browser_base = (
|
||||
None if node_config is None else node_config.get("browser_base", None)
|
||||
)
|
||||
|
||||
def execute(self, state):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user