This commit is contained in:
August 2025-01-08 22:57:13 -05:00
parent 1ec9ee7cc7
commit 4827e35a0f
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2

View File

@ -49,7 +49,7 @@ async fn main() {
info!("Initialized logger successfully"); info!("Initialized logger successfully");
info!( info!(
"Current executable path: {}", "Current executable path: {}",
std::env::current_exe().unwrap() std::env::current_exe().unwrap().display()
); );
// Get secure env vars from .env file // Get secure env vars from .env file
match dotenv() { match dotenv() {