From 289f97238d7e15c4b9ac99df5f850dc637a91f03 Mon Sep 17 00:00:00 2001
From: shenmo <jifengshenmo@outlook.com>
Date: Mon, 5 Sep 2022 03:06:30 +0000
Subject: [PATCH] update Model/__init__.py.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
---
 Model/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Model/__init__.py b/Model/__init__.py
index 5373bf0..61f0d50 100644
--- a/Model/__init__.py
+++ b/Model/__init__.py
@@ -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 = {