save
Some checks failed
Rust Checks / checks (push) Has been cancelled
Rust Checks / checks (pull_request) Successful in 2m47s

This commit is contained in:
CoCo_Sol 2024-03-21 09:24:37 +01:00
parent ad98176321
commit e4ead79cb1

View file

@ -80,8 +80,7 @@ impl Connection {
path.push(".relay-data"); path.push(".relay-data");
// Check if the file exists. // Check if the file exists.
match false { match path.exists() {
// path.exists()
true => { true => {
// Read the file and parse the identifier and secret key. // Read the file and parse the identifier and secret key.
let contents = fs::read(&path)?; let contents = fs::read(&path)?;