@@ -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,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(),