瀏覽代碼

fix bugv 2

2du 4 年之前
父節點
當前提交
1c8bb84fe1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 rc set title = ? where title = ?"), [title_name[1], title_name[0]])
-            	else:
+                else:
                 	return re_error('/error/19')
             else:                
                 curs.execute(db_change("select data from data where title = ?"), [name])