summaryrefslogtreecommitdiff
path: root/autofeur_db/src/bin/generate.rs
diff options
context:
space:
mode:
authorMatthieu Pignolet <m@mpgn.dev>2025-01-30 19:23:03 +0400
committerMatthieu Pignolet <m@mpgn.dev>2025-01-30 19:23:03 +0400
commitf14f90c141a742f32cb50372aaf2cd73c546e8af (patch)
treede3792c2d7679259d1dde931d2ab9062a36987a0 /autofeur_db/src/bin/generate.rs
parent3ba26023d0d8b2b033a02a731cb5985923ee73e7 (diff)
secure the api calling for the phonemizer service
Diffstat (limited to 'autofeur_db/src/bin/generate.rs')
-rw-r--r--autofeur_db/src/bin/generate.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/autofeur_db/src/bin/generate.rs b/autofeur_db/src/bin/generate.rs
index 7f85f41..f4996c6 100644
--- a/autofeur_db/src/bin/generate.rs
+++ b/autofeur_db/src/bin/generate.rs
@@ -4,7 +4,6 @@ use autofeur::save::Save;
use kdam::tqdm;
#[tokio::main]
-/// Generates the DB file foe easy usage.
async fn main() {
let mut save = Save::default();