From 0fd3a556d948aa05ea27314c159809b61f0b500e Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 3 Nov 2019 03:48:38 -0600 Subject: [PATCH] change to final abs path without parentheses --- app/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/spotify.py b/app/spotify.py index d8f8b5a..7c30b8a 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', 'home/xevion/xevion.dev/app/spotify_explicit/main.py']) return send_file('spotify_explicit/export/export.png') \ No newline at end of file