diff --git a/src/profile/database.rs b/src/profile/database.rs index faedf5f1..e7b5e217 100644 --- a/src/profile/database.rs +++ b/src/profile/database.rs @@ -25,7 +25,7 @@ impl Database { }; // Init profile components - match connection.try_write() { + match connection.write() { Ok(writable) => { if let Err(reason) = init(writable) { panic!("{reason}")