Skip to content

Commit 2ee77f0

Browse files
committed
CSV File name update similar to Chords Web
1 parent 26182bd commit 2ee77f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def parse_data(ser, lsl_flag=False, csv_flag=False, verbose=False, run_time=None
245245
print("LSL stream started") # Notify user
246246

247247
if csv_flag:
248-
csv_filename = f"chordspy-{datetime.now().strftime('%Y%m%d-%H%M%S')}.csv" # Create timestamped filename
248+
csv_filename = f"ChordsPy-{datetime.now().strftime('%Y%m%d-%H%M%S')}.csv" # Create timestamped filename
249249
print(f"CSV recording started. Data will be saved to {csv_filename}") # Notify user
250250

251251
try:

0 commit comments

Comments
 (0)