From 10719fbcd43f7c9573582567c52f8c8721a7e3ce Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sun, 21 Jul 2024 00:54:07 +0000 Subject: [PATCH] updated password to be my local dev --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 1614267..5b7d477 100644 --- a/src/config.rs +++ b/src/config.rs @@ -23,7 +23,7 @@ impl Default for AppConfig { obs_ip: "localhost".to_string(), obs_port: 4455, - obs_password: "EbEIsHn7lxnN73Hy".to_string(), + obs_password: "w1OlHju7MAGmjDmQ".to_string(), } } }