fix windows exit(0) to sys.exit(0), add pyisntaller functionality
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
|
||||
|
||||
|
||||
from sys import argv, stdout
|
||||
from sys import argv, stdout, exit
|
||||
from hashlib import sha1
|
||||
from getpass import getpass
|
||||
from requests import get
|
||||
|
Reference in New Issue
Block a user