From cc5c0fab220776508eab9ac6831f8efa1010d083 Mon Sep 17 00:00:00 2001 From: Lint Action Date: Sun, 20 Mar 2022 01:09:34 +0000 Subject: =?UTF-8?q?:rotating=5Flight:=20=E8=87=AA=E5=8A=A8=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/essential.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ATRI/plugins/essential.py') diff --git a/ATRI/plugins/essential.py b/ATRI/plugins/essential.py index f71a472..6a2ee22 100644 --- a/ATRI/plugins/essential.py +++ b/ATRI/plugins/essential.py @@ -56,13 +56,13 @@ async def startup(): log.info("Starting to check update...") log.info(await CheckUpdate.show_latest_commit_info()) sleep(1) - + l_v, l_v_t = await CheckUpdate.show_latest_version() if l_v != ATRI.__version__: log.warning("New version has been released, please update.") log.warning(f"Latest version: {l_v} Update time: {l_v_t}") sleep(3) - + log.info("アトリは、高性能ですから!") -- cgit v1.2.3