Browse Source

빼 먹은 한 줄 추가

Surplus_Up (2DU) 6 năm trước cách đây
mục cha
commit
ed675361a5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      route/edit_move.py

+ 2 - 0
route/edit_move.py

@@ -108,6 +108,8 @@ def edit_move_2(conn, name):
 
                     curs.execute(db_change("update history set title = ? where title = ?"), [title_name[1], title_name[0]])
                     conn.commit()
+
+                return redirect('/w/' + url_pas(move_title))
             else:
                 return re_error('/error/19')
         else: