Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
thusser committed Dec 25, 2023
1 parent b422014 commit 90d9045
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 90d9045

Please sign in to comment.