Skip to content

Commit 669cb4e

Browse files
author
Stainless Bot
committed
feat: cleanup
1 parent b222465 commit 669cb4e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/playwright_basic.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@ def run(playwright: Playwright):
3131
), f"Page title is not 'Hacker News', it is '{page_title}'"
3232
page.screenshot(path="screenshot.png")
3333

34-
updated_session = bb.sessions.retrieve(session.id)
35-
print(updated_session.status)
36-
3734
page.close()
3835
browser.close()
39-
return session.id
36+
print("Done!")
4037

4138

4239
if __name__ == "__main__":

0 commit comments

Comments
 (0)