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

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