Fix Unpack Crash

master
ColdWindScholar 2023-10-01 08:59:45 +08:00
parent e49200d59e
commit 46dba2c5ee
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
extract-dtb
pyinstaller
pycryptodome
Requests
Requests
rich

2
run.py
View File

@ -26,7 +26,7 @@ import utils
from api import cls, dir_has, cat, dirsize, re_folder, f_remove
from log import LOGS, LOGE, LOGW, LOGI
from utils import gettype, simg2img
import rich
LOCALDIR = os.getcwd()
binner = LOCALDIR + os.sep + "bin"
setfile = LOCALDIR + os.sep + "bin" + os.sep + "settings.json"