We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eec3ec commit fc3f5b1Copy full SHA for fc3f5b1
app.py
@@ -421,7 +421,8 @@ def public_clips():
421
clips = []
422
423
# -- 1. Try to load from CSV (Drive-backed music list)
424
- csv_path = '/data/drive_music.csv' if os.path.exists('/data/drive_music.csv') else 'drive_music.csv'
+ csv_path = '/data/drive_music.csv'
425
+ #csv_path = '/data/drive_music.csv' if os.path.exists('/data/drive_music.csv') else 'drive_music.csv'
426
427
try:
428
with open(csv_path, encoding='utf-8') as f:
drive_music.csv
0 commit comments