From 6f4543579a0779dc6a123c76250ed280339e900f Mon Sep 17 00:00:00 2001 From: xx Date: Mon, 3 Jun 2024 21:53:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/statemanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/statemanager.cpp b/src/core/statemanager.cpp index 9607877..017ffda 100644 --- a/src/core/statemanager.cpp +++ b/src/core/statemanager.cpp @@ -66,7 +66,7 @@ bool state_manager::run() { if (m_lib_detecter.changed()) m_flag++; - system::sleep_msec(sConfig->scripts.auto_update_sec); + system::sleep_msec(sConfig->scripts.auto_update_sec*1000); return true; }