diff --git a/anonchrome.py b/anonchrome.py index dafc56a..ebb689d 100644 --- a/anonchrome.py +++ b/anonchrome.py @@ -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()