This commit is contained in:
Chaoscaot
2023-03-09 21:09:55 +01:00
parent 8455ed8ecd
commit c7a2fff8f8

View File

@ -35,8 +35,6 @@ pub(crate) fn load_mysql_properties() -> SqlProperties {
properties.insert(split[0].to_string(), split[1].to_string());
}
println!("{:?}", properties);
SqlProperties {
host: properties.get("host").unwrap().to_string(),
user: properties.get("user").unwrap().to_string(),