Send updated master_music_ids

This commit is contained in:
Ethan O'Brien
2024-04-28 21:35:25 -05:00
parent c9376f754d
commit 27649daf38
3 changed files with 11 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ use openssl::hash::MessageDigest;
use openssl::sign::Verifier;
lazy_static! {
pub static ref ENGINE: Mutex<Option<Connection>> = Mutex::new(None);
static ref ENGINE: Mutex<Option<Connection>> = Mutex::new(None);
}
fn init(engine: &mut MutexGuard<'_, Option<Connection>>) {
let conn = Connection::open("gree.db").unwrap();