mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Fix typo in sys.exit
This commit is contained in:
parent
cbc8655b9a
commit
bf74606bfb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ try:
|
|||
import win32event
|
||||
except ImportError:
|
||||
if sys.platform == 'win32':
|
||||
sys.ext('Please install pywin32')
|
||||
sys.exit('Please install pywin32')
|
||||
|
||||
APP_ROOT = libs.util.module_path(parent=True)
|
||||
SOURCE_ROOT = libs.util.module_path()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue