mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 06:55:36 +01:00
Fix
This commit is contained in:
@@ -184,7 +184,7 @@ async fn main() {
|
||||
.init();
|
||||
|
||||
let _guard = sentry::init(
|
||||
std::env::var("SENTRY_DSN").unwrap_or_else(|_| panic!("Cannot get the {} env variable", env))
|
||||
std::env::var("SENTRY_DSN").unwrap_or_else(|_| panic!("Cannot get the SENTRY_DSN env variable"))
|
||||
);
|
||||
|
||||
let addr = SocketAddr::from(([0, 0, 0, 0], 8080));
|
||||
|
||||
Reference in New Issue
Block a user