Graphs and tables for your Spotify account.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
327 B

  1. #!/bin/bash
  2. spv_dir="/home/kevin/coding/spotify-lib-vis"
  3. src_dir="$spv_dir"/src
  4. python="$spv_dir"/bin/python
  5. log_file="$src_dir"/api/management/commands/update-history.log
  6. source "$src_dir"/scripts/api-keys.sh
  7. "$python" "$src_dir"/manage.py update-history >> "$log_file" 2>&1
  8. # "$python" "$src_dir"/manage.py update-history