upgrade repl

This commit is contained in:
dignifiedquire
2020-03-21 14:24:41 +01:00
parent 18c1787552
commit 1846f20f6e
17 changed files with 352 additions and 418 deletions

View File

@@ -217,7 +217,6 @@ impl Scheduler {
task::spawn(async move { smtp_loop(ctx1, smtp_handlers).await });
info!(ctx, "scheduler is running");
println!("RUN DONE");
}
fn set_probe_network(&mut self, val: bool) {