Skip to content

Commit

Permalink
Change in LSL function
Browse files Browse the repository at this point in the history
  • Loading branch information
filiabel committed Jul 25, 2021
1 parent ecf44a7 commit b7348fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ info = StreamInfo(name='psychopy', type='Markers', channel_count=len(channel_nam

# Add metadata for channels
chns = info.desc().append_child("channels")
for label,ch_type in zip(channel_names, channel_type):
for label in channel_names:
ch = chns.append_child("channel")
ch.append_child_value("label", label)

Expand Down

0 comments on commit b7348fb

Please sign in to comment.