Browse Source

发送消息

rambo 3 months ago
parent
commit
ebeffecf65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      python/service/init_load_source.py

+ 1 - 1
python/service/init_load_source.py

@@ -40,7 +40,7 @@ class init_load_source:
                         pass
                 else:
                     print(f"文件不存在 开始下载:{file_path}")
-                    await self.send_message(f"开始下载:{file_path}")
+                    # await self.send_message(f"开始下载:{file_path}")
                     await self.async_download_file(value["url"], file_path)
         else:
             print("获取更新文件内容失败")