From 7f11ccaa8166e714901233a11eb6a1981192bf8d Mon Sep 17 00:00:00 2001 From: yylbfyl Date: Fri, 23 Aug 2024 10:47:59 +0800 Subject: [PATCH] =?UTF-8?q?apt-sync=E5=A2=9E=E5=8A=A0=E8=B7=B3=E8=BF=87SHA?= =?UTF-8?q?-256=E9=AA=8C=E8=AF=81=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apt-sync.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apt-sync.py b/apt-sync.py index d53d25b..9bc5e11 100755 --- a/apt-sync.py +++ b/apt-sync.py @@ -142,8 +142,7 @@ def apt_mirror( repo: str, arch: str, dest_base_dir: Path, - deb_set: Dict[str, int, - ], + deb_set: Dict[str, int,], skip_checksum: bool ) -> int: if not dest_base_dir.is_dir():