2du hace 4 años
padre
commit
15f21a3600
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      route/edit_move.py

+ 1 - 1
route/edit_move.py

@@ -138,7 +138,7 @@ def edit_move(name):
 
 
                         curs.execute(db_change("update history set title = ? where title = ?"), [title_name[1], title_name[0]])
                         curs.execute(db_change("update history set title = ? where title = ?"), [title_name[1], title_name[0]])
                         curs.execute(db_change("update rc set title = ? where title = ?"), [title_name[1], title_name[0]])
                         curs.execute(db_change("update rc set title = ? where title = ?"), [title_name[1], title_name[0]])
-            	else:
+                else:
                 	return re_error('/error/19')
                 	return re_error('/error/19')
             else:                
             else:                
                 curs.execute(db_change("select data from data where title = ?"), [name])
                 curs.execute(db_change("select data from data where title = ?"), [name])