Explorar el Código

빼 먹은 한 줄 추가

Surplus_Up (2DU) hace 6 años
padre
commit
2909eb16e6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: