wip: add tts debug

This commit is contained in:
cătălin 2024-12-03 15:47:22 +01:00
commit 4b155248c6
No known key found for this signature in database
5 changed files with 148 additions and 2 deletions

View file

@ -7,3 +7,9 @@ tests:
uv run pytest --cov=halig -vv tests --report-log reportlog.json
uv run coverage html
uv run coverage xml
compile:
uv run pyinstaller markovbot.spec
clean-compile:
uv run pyinstaller markovbot.spec --clean