diff --git a/工具v4/备注信息收集.py b/工具v4/备注信息收集.py index d74e8751..21236b27 100644 --- a/工具v4/备注信息收集.py +++ b/工具v4/备注信息收集.py @@ -66,6 +66,7 @@ def show_image(): def submit_remarks(): category = request.form['category'] remarks = request.form['remarks'].replace("\n"," ").strip() + remarks = RefinePunctuations(remarks) date = GetDate() # mydb = connect(hostname = db_host, port = db_port, username=db_user, pwd=db_pwd, db = "tikutest") mydb = connect(hostname = db_host, port = db_port, username=db_user, pwd=db_pwd, db = "tiku")