Skip to content

Commit 0471b55

Browse files
add note todo
1 parent 9a4cdd5 commit 0471b55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/second_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ async def main():
116116
console.print("\n▶️ [highlight] Extracting[/] first search result")
117117
data = await page.extract("extract the first result from the search")
118118
console.print("📊 [info]Extracted data:[/]")
119+
# NOTE: we will not return json from extract but rather pydantic to match local
119120
console.print_json(data=data.model_dump())
120121

121122
# Close the session

0 commit comments

Comments
 (0)