mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-11 00:09:05 -06:00
abs path test
This commit is contained in:
@@ -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', '~/xevion.dev/app/spotify_explicit/main.py'])
|
||||
r = subprocess.run(['python3', '"~/xevion.dev/app/spotify_explicit/main.py"'])
|
||||
return send_file('spotify_explicit/export/export.png')
|
||||
1
app/spotify_explicit/.gitignore
vendored
1
app/spotify_explicit/.gitignore
vendored
@@ -4,6 +4,7 @@ cache_xevioni/**
|
||||
.cache-*
|
||||
auth.json
|
||||
export/**
|
||||
recent.json
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
||||
Reference in New Issue
Block a user