Update rtmo.rs

This commit is contained in:
Jamjamjon 2024-06-06 14:46:12 +08:00 committed by GitHub
parent 1db1dfa4bd
commit 510d10f18a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ impl RTMO {
);
let nc = 1;
let nk = options.nk.unwrap_or(17);
let confs = DynConf::new(&options.kconfs, nc);
let confs = DynConf::new(&options.confs, nc);
let kconfs = DynConf::new(&options.kconfs, nk);
engine.dry_run()?;