abs path test

This commit is contained in:
Xevion
2019-11-03 03:46:17 -06:00
parent 938a542e94
commit 3ba7a1fd0a
2 changed files with 2 additions and 1 deletions

View File

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