修改插入提示

This commit is contained in:
Xueyi Luo 2022-04-24 17:27:59 +08:00
parent fa203ed6f1
commit 16f5ad437e
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class Sqlite3Server(object):
self.connect.commit()
except Exception as e:
logging.error("Insert error: %s.", str(e))
logging.info(_("Database: Insert To Complete..."))
logging.info("Database: Insert (%s=%s) To display Complete ...", args[0], args[1])
# 读出display表中数据
def select_from_display(self, *args, **kwargs):