This commit is contained in:
Cadey Ratio 2020-11-07 19:47:50 -05:00
parent c2897126dd
commit 2a50a0a6d1
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ impl<'a> FirehoseAdaptor for Rules<'a> {
#[tokio::main]
async fn main() -> Result<()> {
let _ = kankyo::init().or_else(|| kankyo::load_from_path("/run/keys/tron"));
let _ = kankyo::init().or_else(|_| kankyo::load_from_path("/run/keys/tron", true));
pretty_env_logger::init();
let cfg: Config = envy::from_env()?;
log::debug!("cfg: {:?}", cfg);