requirements

This commit is contained in:
simon987 2020-06-11 21:19:53 -04:00
parent 122004f45f
commit 38e81a3dc6
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
requests
psycopg2
spotipy

View File

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