mirror of
https://github.com/simon987/music-graph-scripts.git
synced 2025-04-19 10:26:43 +00:00
requirements
This commit is contained in:
parent
122004f45f
commit
38e81a3dc6
@ -1 +1,3 @@
|
|||||||
requests
|
requests
|
||||||
|
psycopg2
|
||||||
|
spotipy
|
||||||
|
@ -16,5 +16,5 @@ if [[ -z "${SPOTIFY_SECRET}" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
/usr/bin/time python "$1" --count 50 &>> "$1".log
|
/usr/bin/time python3 "$1" --count 50 &>> "$1".log
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user