Browse Source

延时发送消息生成主图

rambo 7 tháng trước cách đây
mục cha
commit
c112d7ee03
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      python/mcu/capture/module_watch_dog.py

+ 1 - 1
python/mcu/capture/module_watch_dog.py

@@ -118,7 +118,7 @@ class FileEventHandler(FileSystemEventHandler, metaclass=SingletonType):
         crud.read()
 
     async def sendCallback(self, file_path):
-        await asyncio.sleep(0.01)
+        await asyncio.sleep(2)
         self.mcu.msg_type = "run_mcu_single"
         print("货号不存在,监听不写入", self.mcu.msg_type)
         self.mcu.sendSocketMessage(