forked from p15670423/monkey
Island: add an exit import statement because when MSI is built exit method is not found
This commit is contained in:
parent
3b9eaf34c0
commit
c8b1694d27
|
@ -3,6 +3,7 @@ import json
|
|||
import logging
|
||||
import sys
|
||||
from pathlib import Path
|
||||
from sys import exit
|
||||
from threading import Thread
|
||||
from typing import Tuple
|
||||
|
||||
|
|
Loading…
Reference in New Issue