mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2026-01-31 08:26:27 -06:00
add back in spotify explicit content and use sned_file not render_template
This commit is contained in:
+1
-2
@@ -23,5 +23,4 @@ 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(['python', './app/spotify_explicit/main.py'], capture_output=True)
|
r = subprocess.run(['python', './app/spotify_explicit/main.py'], capture_output=True)
|
||||||
# return send_file('spotify_explicit/export/export.png')
|
return send_file('spotify_explicit/export/export.png')
|
||||||
return render_template('spotify.html')
|
|
||||||
Reference in New Issue
Block a user