Update lib.rs

This commit is contained in:
Robert Chacón 2024-10-06 08:55:17 -06:00 committed by GitHub
parent 7d74398e30
commit 4ec4dec263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]