修改插入提示
This commit is contained in:
parent
fa203ed6f1
commit
16f5ad437e
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue