From 0fb9dae4a16453e84dd65d91d1e4dab32619a83e Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Mon, 4 Mar 2024 12:07:51 -0500 Subject: [PATCH] Update Hydrus Scripts/hvd.sh --- Hydrus Scripts/hvd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hydrus Scripts/hvd.sh b/Hydrus Scripts/hvd.sh index 101df46..3a665de 100644 --- a/Hydrus Scripts/hvd.sh +++ b/Hydrus Scripts/hvd.sh @@ -2,7 +2,7 @@ #Hydrus Video Deduplicator Launcher Script APIKEY="#" #Change to your API key APIURL="http://127.0.0.1:45869" -VENV="./hydrus/client/venv/bin/activate" +VENV="./hydrus/client/venv/bin/activate" #can be changed to any other VENV. Comment out line 6 if using native packages. source $VENV #ToDo: Check to see if VENV has hydrusvideodeduplicator package, install it if missing. python3 -m hydrusvideodeduplicator --api-key=$APIKEY --api-url=$APIURL