mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 00:07:21 -06:00
Update lib.rs
This commit is contained in:
parent
7d74398e30
commit
4ec4dec263
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user