mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Ignore dotenv failure
This commit is contained in:
parent
659a82bf63
commit
dc7601375e
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ async fn style() -> Result<Response<Body>, String> {
|
|||
#[tokio::main]
|
||||
async fn main() {
|
||||
// Load environment variables
|
||||
dotenvy::dotenv().unwrap();
|
||||
_ = dotenvy::dotenv();
|
||||
|
||||
// Initialize logger
|
||||
pretty_env_logger::init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue