Skip to content

Commit 2c41bac

Browse files
committed
more undos for unwanted changes
1 parent 145f26f commit 2c41bac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/md_v2/core/simple-crawling.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ async def main():
122122
url="https://example.com",
123123
config=run_config
124124
)
125-
126125
if result.success:
127126
# Print clean content
128127
print("Content:", result.markdown[:500]) # First 500 chars
@@ -132,7 +131,6 @@ async def main():
132131
# Process links
133132
for link in result.links["internal"]:
134133
print(f"Internal link: {link['href']}")
135-
136134
else:
137135
print(f"Crawl failed: {result.error_message}")
138136

0 commit comments

Comments
 (0)