Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Dec 16, 2024
1 parent 48c2bdc commit 8b77a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/oddball/oddball.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def oddball(condition: str, mock: bool = False) -> None:
# check for a message from Unity and potential hold
socks = dict(poller.poll(timeout=10))
if socket in socks and socks[socket] == zmq.POLLIN:
hold = _read_message(socket, poller)
hold = _read_message(socket)
if hold:
logger.info("Holding at trial %i / %i", k, trials[-1][0])
sounds["standard"].play(when=ptb.GetSecs() + DURATION_STIM)
Expand Down

0 comments on commit 8b77a48

Please sign in to comment.