From 8a6f05da9c4d3311da5bb49ca2e66f3afe1203d3 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Wed, 22 Nov 2023 23:37:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=97=B4=E9=9A=94?= =?UTF-8?q?=E7=9A=84=E5=8D=95=E4=BD=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: