Ver Fonte

버그 수정

2DU há 8 anos atrás
pai
commit
13aa686562
3 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      app.py
  2. 1 1
      func.py
  3. 1 1
      version.md

+ 1 - 1
app.py

@@ -45,7 +45,7 @@ def redirect(data):
     return('<meta http-equiv="refresh" content="0;url=' + data + '" />')
 
 r_ver = '2.3.3'
-p_ver = 'a'
+p_ver = 'b'
 
 conn.commit()
 

+ 1 - 1
func.py

@@ -104,7 +104,7 @@ def include_check(name, data):
             if(data):
                 curs.execute("delete from back where link = ?", [back_p[0]])
                 curs.execute("delete from cat where cat = ?", [back_p[0]])
-                namumark(back_p[0], data[0][0], 1, 0)
+                namumark(back_p[0], data[0][0], 1, 0, 0)
     
 def login_check():
     session = request.environ.get('beaker.session')

+ 1 - 1
version.md

@@ -134,7 +134,7 @@
 
 ----
 ## 기타
- * 최신 버전 - v2.3.3a
+ * 최신 버전 - v2.3.3b
 
 ----
 ## 개발 이념