From eeb71ecf9d711ec7c2b807a33d6e0abe9e1386df Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 19 Nov 2024 12:20:20 +0200 Subject: [PATCH] fix bash script --- get_peertube_videos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_peertube_videos.sh b/get_peertube_videos.sh index e106749..d4e4364 100755 --- a/get_peertube_videos.sh +++ b/get_peertube_videos.sh @@ -7,4 +7,4 @@ fi source "$script_dir/.venv/bin/activate" pip install -r "$script_dir/requirements.txt" > /dev/null pip install "$script_dir/" > /dev/null -nc_password_client.py "${@}" +get_peertube_videos.py "${@}"