diff options
author | duvallj <jediguy9@gmail.com> | 2020-01-06 15:17:42 -0500 |
---|---|---|
committer | duvallj <jediguy9@gmail.com> | 2020-01-06 15:17:42 -0500 |
commit | 2fc8829d6676d15abbc49a59457541ee0ff30191 (patch) | |
tree | 71071ad6ba5425712b0f9716d0594c16072d79ed /update.py | |
parent | 13366f64296b5e34508d8dfd85508244ab0e7612 (diff) | |
download | modpackman-2fc8829d6676d15abbc49a59457541ee0ff30191.tar.gz modpackman-2fc8829d6676d15abbc49a59457541ee0ff30191.zip |
Correct URLS, sys.exit
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 = { |