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");
// Check if the file exists.
match false {
// path.exists()
match path.exists() {
true => {
// Read the file and parse the identifier and secret key.
let contents = fs::read(&path)?;