浏览代码

설정 버그 수정 2

잉여개발기 (SPDV) 6 年之前
父节点
当前提交
f50cda52c2
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      route/setting.py

+ 0 - 2
route/setting.py

@@ -71,8 +71,6 @@ def setting_2(conn, num):
         
         if flask.request.method == 'POST':
             for i in i_list:
-                print(i_list[i])
-                print(n_list[i])
                 curs.execute("update other set data = ? where name = ?", [
                     flask.request.form.get(i_list[i], n_list[i]), 
                     i_list[i]]