From 9df201fe4d8f0ea82b6904bf0ca938d66d9fe595 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 23 Mar 2023 15:26:16 -0600 Subject: [PATCH] default to terminal for now --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 050610b..59cca88 100644 --- a/src/config.rs +++ b/src/config.rs @@ -73,7 +73,7 @@ fn build_config_std() -> Config { Err(_) => None, }, engine: Engine{ - name: String::from("gui"), + name: String::from("stdin"), kafka: None, device: None, udp: Some(UDP{