Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinryin authored Apr 9, 2023
1 parent 5989041 commit 2d94b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anonchrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ def launch_chrome_incognito():
except Exception as e:
print(f"Error: {e}")
finally:
input("Press Enter to close the browser...")
input("Press any key to close the browser...")
driver.quit()

0 comments on commit 2d94b4d

Please sign in to comment.