Ver Fonte

버그 수정

잉여개발기 há 6 meses atrás
pai
commit
d5d30e22c3
2 ficheiros alterados com 4 adições e 4 exclusões
  1. 1 1
      route/tool/func.py
  2. 3 3
      version.json

+ 1 - 1
route/tool/func.py

@@ -158,7 +158,7 @@ async def python_to_golang(func_name, other_set = {}):
         "view_list_random" : "/list/random",
     }
 
-    print(func_name, other_set)
+    # print(func_name, other_set)
 
     if func_name == "same":
         async with aiohttp.ClientSession() as session:

+ 3 - 3
version.json

@@ -1,6 +1,6 @@
 {
-    "r_ver" : "v3.6.0-Beta-v26",
-    "c_ver" : "20250504",
+    "r_ver" : "v3.6.0-Beta-v27",
+    "c_ver" : "20250505",
     "s_ver" : "20240426",
-    "bin_link" : "https://github.com/openNAMU/GopenNAMU/releases/download/v2025-12-07-Beta-v2/"
+    "bin_link" : "https://github.com/openNAMU/GopenNAMU/releases/download/v2025-12-07-Beta-v3/"
 }