diff --git a/requirements.txt b/requirements.txt index f229360..311de66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,3 @@ requests +psycopg2 +spotipy diff --git a/task_runner.sh b/task_runner.sh index 4717a3c..30c5833 100755 --- a/task_runner.sh +++ b/task_runner.sh @@ -16,5 +16,5 @@ if [[ -z "${SPOTIFY_SECRET}" ]]; then fi while true; do - /usr/bin/time python "$1" --count 50 &>> "$1".log + /usr/bin/time python3 "$1" --count 50 &>> "$1".log done