Update Hydrus Scripts/hvd.sh
parent
0aca234f02
commit
0fb9dae4a1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue