mirror of
https://github.com/redlib-org/redlib.git
synced 2024-12-06 19:27:17 +01:00
Ignore dotenv failure
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user