diff --git a/entry.py b/entry.py index 7f69e0f..9fd6c71 100644 --- a/entry.py +++ b/entry.py @@ -10,7 +10,7 @@ async def entry() -> None: await process() while True: await process() - await asyncio.sleep(settings.interval) + await asyncio.sleep(settings.interval * 60) def start() -> None: