Island: add an exit import statement because when MSI is built exit method is not found

This commit is contained in:
VakarisZ 2021-10-22 13:13:14 +03:00
parent 3b9eaf34c0
commit c8b1694d27
1 changed files with 1 additions and 0 deletions

View File

@ -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