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(), } } }