Browse Source

버그 수정

Surplus_Up (2DU) 7 năm trước cách đây
mục cha
commit
990edf9a12
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      app.py
  2. 1 1
      route/other.py

+ 1 - 1
app.py

@@ -408,7 +408,7 @@ def move(name = None):
 
 @app.route('/other')
 def other():
-    return other_2(conn)
+    return other_2(conn, r_ver)
     
 @app.route('/manager', methods=['POST', 'GET'])
 @app.route('/manager/<int:num>', methods=['POST', 'GET'])

+ 1 - 1
route/other.py

@@ -1,6 +1,6 @@
 from .tool.func import *
 
-def other_2(conn):
+def other_2(conn, r_ver):
     curs = conn.cursor()
     
     return easy_minify(flask.render_template(skin_check(),