Browse Source

延时发送消息生成主图

rambo 7 months ago
parent
commit
c112d7ee03
1 changed files with 1 additions and 1 deletions
  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(