Skip to content

Commit

Permalink
v1.11.2
Browse files Browse the repository at this point in the history
version 1.11.2
  • Loading branch information
thusser authored Dec 25, 2023
2 parents b9c4375 + 8fd1d9a commit f3440fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyobs/robotic/scripts/callmodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def run(
task_schedule: Optional[TaskSchedule] = None,
task_archive: Optional[TaskArchive] = None,
) -> None:
proxy = self.comm.proxy(self.module)
proxy = await self.comm.proxy(self.module)
await proxy.execute(self.method, *self.params)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "pyobs-core"
packages = [{ include = "pyobs" }]
version = "1.11.1"
version = "1.11.2"
description = "robotic telescope software"
authors = ["Tim-Oliver Husser <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f3440fc

Please sign in to comment.