From 41b367de7d6c8f5120ea9e083f264658445ff1c0 Mon Sep 17 00:00:00 2001 From: spectra Date: Sun, 14 Sep 2025 20:39:00 +0200 Subject: [PATCH] ci test --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e4cae46..ae64df2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -32,7 +32,7 @@ const ADDR: Ipv4Addr = Ipv4Addr::UNSPECIFIED; #[tokio::main] async fn main() { - let _ = dotenvy::dotenv_override(); // it doesn't matter if there isnt a .env + let _ = dotenvy::dotenv_override(); // it doesn't matter if there isnt a .env #[cfg(not(feature = "https"))] http_main().await; #[cfg(feature = "https")]