From c1c9160926fbd8fb5c79c3f40b7540058d998b56 Mon Sep 17 00:00:00 2001 From: Speedy_Lex <78314533+speedy-lex@users.noreply.github.com> Date: Sun, 14 Sep 2025 21:09:23 +0200 Subject: [PATCH] silly spectra --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index ae64df2..e4cae46 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")]