diff --git a/src/rust/lqos_python/src/lib.rs b/src/rust/lqos_python/src/lib.rs index d4dfdb43..e7adeacc 100644 --- a/src/rust/lqos_python/src/lib.rs +++ b/src/rust/lqos_python/src/lib.rs @@ -373,7 +373,7 @@ fn use_bin_packing_to_balance_cpu() -> PyResult { let config = lqos_config::load_config().unwrap(); Ok(config.queues.use_binpacking) } -https://github.com/LibreQoE/LibreQoS/pull/564 + #[pyfunction] fn monitor_mode_only() -> PyResult { let config = lqos_config::load_config().unwrap(); @@ -701,4 +701,4 @@ pub fn get_libreqos_directory() -> PyResult { #[pyfunction] pub fn is_network_flat() -> PyResult { Ok(lqos_config::NetworkJson::load().unwrap().get_nodes_when_ready().len() == 1) -} \ No newline at end of file +}