mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 09:47:50 +03:00
fix(env): make dotenv file optional
This commit is contained in:
@@ -111,7 +111,7 @@ fn main() -> io::Result<()> {
|
|||||||
},
|
},
|
||||||
));
|
));
|
||||||
|
|
||||||
dotenv().unwrap();
|
let _ = dotenv();
|
||||||
|
|
||||||
env_logger::init();
|
env_logger::init();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user