Skip to content

Commit b16592f

Browse files
committed
Fix failure in monitoring events
1 parent b1d1218 commit b16592f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iconsdk/async_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,6 @@ async def get_network_info(self) -> Any:
376376

377377

378378
async def monitor(self, spec: MonitorSpec, keep_alive: Optional[float] = None) -> AsyncMonitor:
379-
return self.__provider.make_monitor(spec, keep_alive)
379+
return await self.__provider.make_monitor(spec, keep_alive)
380380

381381
__all__ = ['AsyncIconService']

0 commit comments

Comments
 (0)