Mirror von
https://github.com/Chaoscaot/schemsearch
synchronisiert 2024-11-05 20:10:07 +01:00
Fixes
Dieser Commit ist enthalten in:
Ursprung
8455ed8ecd
Commit
c7a2fff8f8
@ -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(),
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren