Skip to content

Commit 265deb5

Browse files
committed
Update the XHR async example
1 parent 76d1ea5 commit 265deb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/cdp_mode/raw_xhr_async.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ async def crawl():
8686

8787

8888
if __name__ == "__main__":
89-
print("================== Starting ==================")
89+
print("<============= START: XHR Example =============>")
9090
loop = asyncio.new_event_loop()
9191
loop.run_until_complete(crawl())
92+
print("<============== END: XHR Example ==============>")

0 commit comments

Comments
 (0)