From 3b77df05567ddcba59d6cc1367858f5bc8d7ed5a Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 21 Sep 2024 12:37:05 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=8E=E5=8E=8B=E7=BC=A9=E5=8C=85=E4=B8=8D?= =?UTF-8?q?=E8=A7=A3=E5=8E=8B=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/updator/astrbot_updator.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/util/updator/astrbot_updator.py b/util/updator/astrbot_updator.py index 21ccb92ad..1ac1b2f86 100644 --- a/util/updator/astrbot_updator.py +++ b/util/updator/astrbot_updator.py @@ -75,9 +75,3 @@ class AstrBotUpdator(RepoZipUpdator): if reboot: self._reboot() - - def unzip_file(self, zip_path: str, target_dir: str): - ''' - 解压缩文件, 并将压缩包内**第一个**文件夹内的文件移动到 target_dir - ''' - pass \ No newline at end of file