@@ -164,7 +164,7 @@ async def python_to_golang(func_name, other_set = {}):
async with session.post('http://localhost:' + db_data + '/', data = json.dumps(other_set)) as res:
data = await res.json()
- if "error" == data:
+ if data["response"] == "error":
raise
else:
return data
@@ -1,6 +1,6 @@
{
- "r_ver" : "v3.6.0-v1",
+ "r_ver" : "v3.6.0-v2",
"c_ver" : "20241202",
"s_ver" : "20240426",
- "bin_link" : "https://github.com/openNAMU/GopenNAMU/releases/download/v2025-03-17-v1/"
+ "bin_link" : "https://github.com/openNAMU/GopenNAMU/releases/download/v2025-03-17-v2/"
}