Explorar el Código

또 버그 수정

Surplus_Up (2DU) hace 6 años
padre
commit
e22d87aa36
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      route/user_count_edit.py
  2. 1 1
      version.json

+ 1 - 1
route/user_count_edit.py

@@ -15,7 +15,7 @@ def user_count_edit_2(conn, name):
     else:
         data = 0
 
-    curs.execute(db_change("select count(title) from topic where ip = ?"), [that])
+    curs.execute(db_change("select count(code) from topic where ip = ?"), [that])
     count = curs.fetchall()
     if count:
         t_data = count[0][0]

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
     "master" : {
-        "r_ver" : "v3.1.7-master-20",
+        "r_ver" : "v3.1.7-master-21",
         "c_ver" : "3171800",
         "s_ver" : "7"
     }, "stable" : {