We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d4647 commit 55cc57bCopy full SHA for 55cc57b
1 file changed
Lima/Server/LimaCCDs.py
@@ -3009,9 +3009,9 @@ def _video_image_2_struct(image):
3009
image.height(), # height
3010
ord(struct.pack("=H", 1).decode()[-1]), # endianness
3011
struct.calcsize(VIDEO_HEADER_FORMAT), # header size
3012
- 0,
3013
3014
- ) # padding
+ 0, # padding
+ )
3015
3016
data = image.buffer() or b""
3017
return videoheader + data
0 commit comments