mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-22 00:32:49 +00:00
up
This commit is contained in:
parent
c3c763a29b
commit
84b149d96a
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ class BaseFileWatcher(BaseComponent):
|
|||
self._retry_interval: float = 10
|
||||
|
||||
async def _start(self):
|
||||
self._stop_event = asyncio.Event()
|
||||
self.file_store = self.get_component(ComponentEnum.FILE_STORE, self.file_store_name)
|
||||
self.file_parser = self.get_component(ComponentEnum.FILE_PARSER, self.file_parser_name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue