Explorar el Código

아 이 반대인가

2DU hace 9 años
padre
commit
4226dd8c45
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: