diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-05-08 10:28:04 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-05-08 14:16:01 -0400 |
| commit | fe467f60d99efa54f2ef64606e7d39b9b06d7294 (patch) | |
| tree | a62bb50fedb1959d1a155878f0ff0ab7b1f699b6 /src/config.rs | |
| parent | 48aa684dece2696e21fd871eb6f3825f28fe0200 (diff) | |
update all deps
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 2 |
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 = { |
