update Model/__init__.py.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2022-09-05 03:06:30 +00:00 committed by Gitee
parent 7c4c64bc42
commit 289f97238d

View File

@ -10,8 +10,8 @@ programPath = os.path.split(os.path.realpath(__file__))[0] # 返回 string
# 优先为深度终端
terminal = ""
terminalList = [
"deepin-terminal1",
"mate-terminal1",
"deepin-terminal",
"mate-terminal",
"gnome-terminal"
]
terminalEnd = {