Sfoglia il codice sorgente

아 이 반대인가

2DU 9 anni fa
parent
commit
4226dd8c45
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -1536,7 +1536,7 @@ def blocklog(number = None):
     v = number * 50
     i = v - 50
     div = '<div>'
-    curs.execute("select * from rb order by today asc")
+    curs.execute("select * from rb order by today desc")
     rows = curs.fetchall()
     if(rows):
         while True: