From a7e12e0a4cec671e127006603a21e9f7e91c5f87 Mon Sep 17 00:00:00 2001 From: thsrite Date: Thu, 7 Nov 2024 20:32:30 +0800 Subject: [PATCH] fix --- plugins.v2/cloudstrmcompanion/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.v2/cloudstrmcompanion/__init__.py b/plugins.v2/cloudstrmcompanion/__init__.py index 42ecbe6..f3ccb46 100644 --- a/plugins.v2/cloudstrmcompanion/__init__.py +++ b/plugins.v2/cloudstrmcompanion/__init__.py @@ -333,7 +333,7 @@ class CloudStrmCompanion(_PluginBase): self._rmt_mediaext.split(",")]: return # 文件发生变化 - logger.debug("文件%s:%s" % (text, event_path)) + logger.debug("监控到文件%s:%s" % (text, event_path)) self.__handle_file(event_path=event_path, mon_path=mon_path) def __handle_file(self, event_path: str, mon_path: str):