remove env var

This commit is contained in:
Louis Dureuil 2024-08-08 18:02:17 +02:00
parent 4dd420bbea
commit c797df6cb8
No known key found for this signature in database
2 changed files with 0 additions and 17 deletions

View file

@ -74,9 +74,6 @@ fn on_panic(info: &std::panic::PanicInfo) {
async fn main() -> anyhow::Result<()> {
let (opt, config_read_from) = Opt::try_build()?;
std::env::var("MEILI_LOUIS_PUSHOVER_USER").expect("MEILI_LOUIS_PUSHOVER_USER not set");
std::env::var("MEILI_LOUIS_PUSHOVER_APP").expect("MEILI_LOUIS_PUSHOVER_APP not set");
std::panic::set_hook(Box::new(on_panic));
anyhow::ensure!(