mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update lib.rs
This commit is contained in:
@@ -552,7 +552,7 @@ fn automatic_import_uisp() -> PyResult<bool> {
|
||||
#[pyfunction]
|
||||
fn automatic_import_splynx() -> PyResult<bool> {
|
||||
let config = lqos_config::load_config().unwrap();
|
||||
Ok(config.spylnx_integration.enable_splynx)
|
||||
Ok(config.spylnx_integration.enable_spylnx)
|
||||
}
|
||||
|
||||
#[pyfunction]
|
||||
|
||||
Reference in New Issue
Block a user