Skip to content

Commit 6bf2e15

Browse files
committed
Update server.py
1 parent 1f3a152 commit 6bf2e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scrapegraph_mcp/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def __init__(self, api_key: str):
3636
}
3737
self.client = httpx.Client(timeout=httpx.Timeout(120.0))
3838

39+
3940
def markdownify(self, website_url: str) -> Dict[str, Any]:
4041
"""
4142
Convert a webpage into clean, formatted markdown.

0 commit comments

Comments
 (0)