Skip to content

Commit

Permalink
working version again
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Nov 12, 2024
1 parent 6638a33 commit 14dd444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion miniscope_io/stream_daq.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from miniscope_io.bit_operation import BufferFormatter
from miniscope_io.devices.mocks import okDevMock
from miniscope_io.exceptions import EndOfRecordingException, StreamReadError
from miniscope_io.formats.stream import StreamBufferHeader as StreamBufferHeaderFormatFormat
from miniscope_io.io import BufferedCSVWriter
from miniscope_io.models.stream import (
StreamBufferHeader,
Expand Down Expand Up @@ -80,7 +81,7 @@ class StreamDaq:
def __init__(
self,
device_config: Union[StreamDevConfig, Path],
header_fmt: Union[StreamBufferHeaderFormat, str] = "stream-buffer-header",
header_fmt: Union[StreamBufferHeaderFormat, str] = StreamBufferHeaderFormatFormat,
) -> None:
"""
Constructer for the class.
Expand Down

0 comments on commit 14dd444

Please sign in to comment.