ソースを参照

정렬 추가

2DU 9 年 前
コミット
991d0d699c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -2095,7 +2095,7 @@ def recordget():
 def titleindex():
     i = 0
     div = '<div>'
-    curs.execute("select * from data")
+    curs.execute("select * from data order by title asc")
     rows = curs.fetchall()
     if(rows):
         while True: