diff options
| author | historia <historiavg@proton.me> | 2026-08-24 13:50:50 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-24 13:50:50 -0400 |
| commit | dff790664389d60d16729092a58d9c0dc490a953 (patch) | |
| tree | 7c29996d78b0c1ae82fa9c4dc71ed39bb70d180e /app/tests/test_hub.py | |
| parent | aac8febbdb45b7994e209bc74a44f8fc98fc745d (diff) | |
| download | tts-audiobook-generator-dff790664389d60d16729092a58d9c0dc490a953.tar.gz | |
remove: --chunk flag (always force client-side chunking)
Diffstat (limited to 'app/tests/test_hub.py')
| -rw-r--r-- | app/tests/test_hub.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/tests/test_hub.py b/app/tests/test_hub.py index 2fe0b2f..1b7630e 100644 --- a/app/tests/test_hub.py +++ b/app/tests/test_hub.py @@ -429,8 +429,8 @@ class ConvertFlowTests(unittest.TestCase): self.addCleanup(patcher.stop) def _answer_common_options(self): - # Output format, speed, single-file, chunk, debug. - self.tui.script += ["m4b", "1.5", False, False, False] + # Output format, speed, single-file, debug. + self.tui.script += ["m4b", "1.5", False, False] # ------------------------------------------------------------------ # audio.cpp: remote server (no local checkout / server.json) |
