Update Hydrus Scripts/hvd.sh

main
SleepingCrows 2024-03-04 12:07:51 -05:00
parent 0aca234f02
commit 0fb9dae4a1
1 changed files with 1 additions and 1 deletions

View File

@ -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