Skip to content

Commit a401644

Browse files
committed
Update the csv filename
1 parent 394d457 commit a401644

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
@@ -223,7 +223,7 @@ def parse_data(ser, lsl_flag=False, csv_flag=False, verbose=False, run_time=None
223223
print("LSL stream started") # Notify user
224224

225225
if csv_flag:
226-
csv_filename = f"data_{datetime.now().strftime('%Y-%m-%d_%H-%M-%S')}.csv" # Create timestamped filename
226+
csv_filename = f"chordspy-{datetime.now().strftime('%Y%m%d-%H%M%S')}.csv" # Create timestamped filename
227227
print(f"CSV recording started. Data will be saved to {csv_filename}") # Notify user
228228

229229
try:

0 commit comments

Comments
 (0)