From c0781fbddbe283fecca5018f646683bbc8a407ec Mon Sep 17 00:00:00 2001 From: alterdekim Date: Fri, 20 Sep 2024 03:20:51 +0300 Subject: [PATCH] modified: src/lib.rs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 21e06a2..862b7e9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -48,7 +48,7 @@ pub mod android { Ok(string) => string, }; - let config: ClientConfiguration = serde_yaml::from_slice(RFC4648.decode(cfg_raw.as_bytes())).expect("Bad client config file structure"); + let config: ClientConfiguration = serde_yaml::from_slice(RFC4648.decode(cfg_raw.as_bytes()).unwrap()).expect("Bad client config file structure"); //client::client_mode(config); //let output = env.new_string("gabber").expect("Couldn't create java string!");