diff options
Diffstat (limited to 'update.py')
-rwxr-xr-x | update.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ def firefox(): from selenium.webdriver import Firefox except: print("Applying updates requires the `selenium` package") - os.exit(0) + sys.exit(0) return Firefox() COMMAND_MAP = { |