diff --git a/app/spotify.py b/app/spotify.py index 0de37b0..f044215 100644 --- a/app/spotify.py +++ b/app/spotify.py @@ -23,5 +23,4 @@ def spotify(): if check_and_update(): print('Graph out of date - running udpate command') r = subprocess.run(['python', './app/spotify_explicit/main.py'], capture_output=True) - # return send_file('spotify_explicit/export/export.png') - return render_template('spotify.html') \ No newline at end of file + return send_file('spotify_explicit/export/export.png') \ No newline at end of file