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