mirror of
https://github.com/egor-white/zaprett.git
synced 2026-03-22 00:18:13 +05:00
forgor to uncomment
This commit is contained in:
@@ -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}"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user