From 38e81a3dc68b62a2786bfa5d1ac7f568fd2b3d47 Mon Sep 17 00:00:00 2001 From: simon987 Date: Thu, 11 Jun 2020 21:19:53 -0400 Subject: [PATCH] requirements --- requirements.txt | 2 ++ task_runner.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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