forgor to uncomment

This commit is contained in:
egor-white
2026-02-04 18:28:22 +03:00
parent 4b5c5d0898
commit 9bf7f5c883

View File

@@ -19,7 +19,7 @@ pub async fn daemonize_nfqws(args: &str) {
match daemonize.start() {
Ok(_) => {
info!("Success, daemonized");
//run_nfqws(args).unwrap()
run_nfqws(args).unwrap()
}
Err(e) => error!("Error while starting nfqws daemon: {e}"),
}