잉여개발기 (SPDV) 6 лет назад
Родитель
Сommit
1c619e1aeb
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]]