This commit is contained in:
jxxghp 2023-11-03 12:29:38 +08:00
parent 6a8a1e799d
commit 9bdc056359

View File

@ -69,7 +69,7 @@ class MediaChain(ChainBase, metaclass=Singleton):
}
)
# 每0.5秒循环一次等待结果直到10秒后超时
for i in range(10):
for i in range(20):
if self.recognize_temp is not None:
break
time.sleep(0.5)