We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d1218 commit b16592fCopy full SHA for b16592f
1 file changed
iconsdk/async_service.py
@@ -376,6 +376,6 @@ async def get_network_info(self) -> Any:
376
377
378
async def monitor(self, spec: MonitorSpec, keep_alive: Optional[float] = None) -> AsyncMonitor:
379
- return self.__provider.make_monitor(spec, keep_alive)
+ return await self.__provider.make_monitor(spec, keep_alive)
380
381
__all__ = ['AsyncIconService']
0 commit comments