修复BUG

This commit is contained in:
xx
2024-06-03 21:53:28 +08:00
parent 77480ff466
commit 6f4543579a

View File

@@ -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;
}