aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-05-08 10:28:04 -0400
committerNathan Perry <np@nathanperry.dev>2024-05-08 14:16:01 -0400
commitfe467f60d99efa54f2ef64606e7d39b9b06d7294 (patch)
treea62bb50fedb1959d1a155878f0ff0ab7b1f699b6 /src/config.rs
parent48aa684dece2696e21fd871eb6f3825f28fe0200 (diff)
update all deps
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 846b25b..e03dbbe 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -16,7 +16,7 @@ lazy_static! {
pub static ref CONFIG: Config = {
dotenv().ok();
- Config::init().unwrap()
+ Config::init_from_env().unwrap()
};
pub static ref FFMPEG_COMMAND: String = {