Skip to content

Commit

Permalink
fix(FetchNode): missing bracket syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
f-aguzzi committed Aug 9, 2024
1 parent 0048ba1 commit 50edbcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrapegraphai/nodes/fetch_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def __init__(

self.browser_base = (
None if node_config is None else node_config.get("browser_base", None)
)

def execute(self, state):
"""
Expand Down

0 comments on commit 50edbcc

Please sign in to comment.