mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-16 14:34:45 -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]
|
#[pyfunction]
|
||||||
fn automatic_import_splynx() -> PyResult<bool> {
|
fn automatic_import_splynx() -> PyResult<bool> {
|
||||||
let config = lqos_config::load_config().unwrap();
|
let config = lqos_config::load_config().unwrap();
|
||||||
Ok(config.spylnx_integration.enable_splynx)
|
Ok(config.spylnx_integration.enable_spylnx)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[pyfunction]
|
#[pyfunction]
|
||||||
|
Loading…
Reference in New Issue
Block a user