diff --git a/port_ocean/utils/repeat.py b/port_ocean/utils/repeat.py index dcbddc8e3..e6a51669f 100644 --- a/port_ocean/utils/repeat.py +++ b/port_ocean/utils/repeat.py @@ -77,7 +77,7 @@ async def loop() -> None: logger.error(formatted_exception) if raise_exceptions: raise exc - await asyncio.sleep(seconds) + await asyncio.sleep(seconds) ensure_future(loop()) diff --git a/pyproject.toml b/pyproject.toml index b2483a40d..2292438d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "port-ocean" -version = "0.12.2-dev14" +version = "0.12.2-dev15" description = "Port Ocean is a CLI tool for managing your Port projects." readme = "README.md" homepage = "https://app.getport.io"