There was an error while loading. Please reload this page.
1 parent 32d95d8 commit 2ed033fCopy full SHA for 2ed033f
1 file changed
src/frequenz/sdk/_internal/_asyncio.py
@@ -48,7 +48,7 @@ async def run_forever(
48
await async_callable()
49
except Exception: # pylint: disable=broad-except
50
_logger.exception("Restarting after exception")
51
- await asyncio.sleep(interval_s)
+ await asyncio.sleep(interval_s)
52
53
54
class NotSyncConstructible(AssertionError):
0 commit comments