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