We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d1ea5 commit 265deb5Copy full SHA for 265deb5
examples/cdp_mode/raw_xhr_async.py
@@ -86,6 +86,7 @@ async def crawl():
86
87
88
if __name__ == "__main__":
89
- print("================== Starting ==================")
+ print("<============= START: XHR Example =============>")
90
loop = asyncio.new_event_loop()
91
loop.run_until_complete(crawl())
92
+ print("<============== END: XHR Example ==============>")
0 commit comments