浏览代码

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: