From 3ba7a1fd0ac1f73fb000b347ebf5409c3ee260be Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 3 Nov 2019 03:46:17 -0600 Subject: [PATCH] abs path test --- app/spotify.py | 2 +- app/spotify_explicit/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/spotify.py b/app/spotify.py index 1018f3e..d8f8b5a 100644 --- a/app/spotify.py +++ b/app/spotify.py @@ -22,5 +22,5 @@ def check_and_update(): def spotify(): if check_and_update(): print('Graph out of date - running udpate command') - r = subprocess.run(['python3', '~/xevion.dev/app/spotify_explicit/main.py']) + r = subprocess.run(['python3', '"~/xevion.dev/app/spotify_explicit/main.py"']) return send_file('spotify_explicit/export/export.png') \ No newline at end of file diff --git a/app/spotify_explicit/.gitignore b/app/spotify_explicit/.gitignore index b04e522..7cc59f1 100644 --- a/app/spotify_explicit/.gitignore +++ b/app/spotify_explicit/.gitignore @@ -4,6 +4,7 @@ cache_xevioni/** .cache-* auth.json export/** +recent.json # Byte-compiled / optimized / DLL files __pycache__/