Skip to content

Commit

Permalink
feat: updated background URI key
Browse files Browse the repository at this point in the history
Sorry for long response, just moved to NixOS and couldn't configure my gpg signs

Closes #41
  • Loading branch information
krypt0nn committed May 20, 2024
1 parent fae3c36 commit e2bac13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub struct Background {
}

pub fn get_uri() -> String {
let uri = concat!("https://sdk-os-static.", "ho", "yo", "verse", ".com/bh3_global/mdk/launcher/api/content?filter_adv=true&key=gcStgarh&launcher_id=10&language=");
let uri = concat!("https://sdk-os-static.", "ho", "yo", "verse", ".com/bh3_global/mdk/launcher/api/content?filter_adv=true&key=dpz65xJ3&launcher_id=10&language=");

uri.to_owned() + &crate::i18n::format_lang(&crate::i18n::get_lang())
}
Expand Down

0 comments on commit e2bac13

Please sign in to comment.