fix(): Update asciinema-automation and remove debug arg from rec script

This commit is contained in:
Chris Daßler 2024-06-09 21:59:48 +02:00
parent 1d49b2cde2
commit 31a27e261a
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -13,13 +13,13 @@ files = [
[[package]]
name = "asciinema-automation"
version = "0.2.0"
version = "0.2.1"
description = "CLI utility to automate asciinema"
optional = false
python-versions = ">=3.7"
files = [
{file = "asciinema-automation-0.2.0.tar.gz", hash = "sha256:6302ef92efcdb983c0396c2ef302cf7912b2cd87e571bcf164759d5c4cedad73"},
{file = "asciinema_automation-0.2.0-py3-none-any.whl", hash = "sha256:451dd8cfd0ab9eb4bd98ff4bae087003cd35b3b29a227601001303ffbf663f6c"},
{file = "asciinema_automation-0.2.1-py3-none-any.whl", hash = "sha256:14c7d9b7f234f08d47ddfeca71c729df543bc1aa456eafb2267d720632e0443e"},
{file = "asciinema_automation-0.2.1.tar.gz", hash = "sha256:baaca43f2c87c47d07c2ebdd821068e0e27b323c5e69a64c356863e68c1281fd"},
]
[package.dependencies]

View File

@ -17,4 +17,4 @@ if [ -f $OUTPUT_FILE ]; then
exit 1
fi
poetry run asciinema-automation --debug -dt 75 -sd 30 -t $TIMEOUT --asciinema-arguments " -i $TIMEOUT --cols=238 --rows=56 " $INPUT_FILE $OUTPUT_FILE
poetry run asciinema-automation -dt 75 -sd 30 -t $TIMEOUT --asciinema-arguments " -i $TIMEOUT --cols=238 --rows=56 " $INPUT_FILE $OUTPUT_FILE