minor edit again

This commit is contained in:
Xevion
2019-11-03 03:51:38 -06:00
parent 76247bc52b
commit 9f1b233a90

View File

@@ -22,5 +22,5 @@ def check_and_update():
def spotify(): def spotify():
if check_and_update(): if check_and_update():
print('Graph out of date - running udpate command') print('Graph out of date - running udpate command')
r = subprocess.run(['python3', 'home/xevion/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') return send_file('spotify_explicit/export/export.png')