direct home path

This commit is contained in:
Xevion
2019-11-03 02:38:07 -06:00
parent 87f3d50eb8
commit e7f5d9ddb0

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', './app/spotify_explicit/main.py'])
r = subprocess.run(['python3', '~/xevion.dev/app/spotify_explicit/main.py'])
return send_file('spotify_explicit/export/export.png')