Skip to content

Commit

Permalink
Add time.sleep at app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
neyberson committed Aug 17, 2024
1 parent c317512 commit f5464dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def main():
browser.create_tab()
time.sleep(3)
browser.close_tab(next(reversed(browser.protocol.tabs.keys())))
time.sleep(3)
browser.close_tab(next(reversed(browser.protocol.tabs.keys())))

time.sleep(10)
Expand Down

0 comments on commit f5464dc

Please sign in to comment.