Skip to content

Commit 11c8a25

Browse files
authored
Update lib.rs
1 parent 90c1b18 commit 11c8a25

File tree

1 file changed

+2
-2
lines changed
  • src/rust/lqos_python/src

1 file changed

+2
-2
lines changed

src/rust/lqos_python/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ fn use_bin_packing_to_balance_cpu() -> PyResult<bool> {
373373
let config = lqos_config::load_config().unwrap();
374374
Ok(config.queues.use_binpacking)
375375
}
376-
https://github.com/LibreQoE/LibreQoS/pull/564
376+
377377
#[pyfunction]
378378
fn monitor_mode_only() -> PyResult<bool> {
379379
let config = lqos_config::load_config().unwrap();
@@ -701,4 +701,4 @@ pub fn get_libreqos_directory() -> PyResult<String> {
701701
#[pyfunction]
702702
pub fn is_network_flat() -> PyResult<bool> {
703703
Ok(lqos_config::NetworkJson::load().unwrap().get_nodes_when_ready().len() == 1)
704-
}
704+
}

0 commit comments

Comments
 (0)