Skip to content

Commit fc3f5b1

Browse files
author
SM_SAYEED
committed
"Remove fallback drive_music.csv; only use volume-backed clips"
1 parent 4eec3ec commit fc3f5b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,8 @@ def public_clips():
421421
clips = []
422422

423423
# -- 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'
424+
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'
425426

426427
try:
427428
with open(csv_path, encoding='utf-8') as f:

drive_music.csv

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)