Skip to content

Commit 22a3ac7

Browse files
authored
v0.18.0
version 0.18.0
2 parents 04c8842 + 4fba9ec commit 22a3ac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyobs_fli/flicamera.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ async def _expose(self, exposure_time: float, open_shutter: bool, abort_event: a
192192
break
193193
else:
194194
# sleep a little
195-
time.sleep(0.2)
195+
await asyncio.sleep(0.01)
196196

197197
# readout
198198
log.info("Exposure finished, reading out...")

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-fli"
3-
version = "0.16.1"
3+
version = "0.18.0"
44
description = "pyobs module for FLI cameras"
55
authors = ["Tim-Oliver Husser <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)