2
0
잉여개발기 (SPDV) 2 жил өмнө
parent
commit
ddab388c13

+ 1 - 1
route/main_tool_redirect.py

@@ -1,6 +1,6 @@
 from .tool.func import *
 
-def main_tool_redirect(conn, num = 1, add_2 = ''):
+def main_tool_redirect(num = 1, add_2 = ''):
     with get_db_connect() as conn:
         curs = conn.cursor()
 

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
     "beta" : {
-        "r_ver" : "v3.5.0-dev49",
+        "r_ver" : "v3.5.0-dev50",
         "c_ver" : "3500376",
         "s_ver" : "3500113"
     }