Fixed youtube_dl module import problem, I swear
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
while true; do
|
||||
pip3 install -U youtube_dl --user
|
||||
/opt/yt_sync.py
|
||||
pip3 install -U youtube_dl
|
||||
runuser -l zambla -c '/opt/yt_sync.py'
|
||||
sleep 10m
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user