quick update to use python3 app not python(2) !!

This commit is contained in:
Xevion
2019-11-03 02:33:44 -06:00
parent 7c32b23fa7
commit 87f3d50eb8

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