added full language support for python & fixed reddut "add_post" cmd.

This commit is contained in:
2025-06-19 10:06:39 +02:00
parent fcf95dd9eb
commit 2c797ad69d
6 changed files with 26 additions and 15 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ pub async fn start(args: Args) -> PyResult<()> {
unsafe {
app_path = CString::new(
format!("args = {}\nlang_name = {}\n{}",
format!("args = {}\nlang_name = \"{}\"\n{}",
py_args,
LANG_NAME.clone().unwrap(),
code