소스 검색

Merge branch 'master' of https://github.com/2DU/openNAMU

ect (or 2du) 8 년 전
부모
커밋
6a6de7cd74
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -1614,7 +1614,7 @@ def edit(name = None):
         
         return redirect('/w/' + url_pas(name))
 
-    else:       
+    else:            
         curs.execute("select data from data where title = ?", [name])
         new = curs.fetchall()
         if new: