From d3383afb28669bd64a4567a553cd41a2083142c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:58:04 +0800 Subject: [PATCH] . --- LunaTranslator/retrieval.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LunaTranslator/retrieval.py b/LunaTranslator/retrieval.py index dfe71c54..e7b31c1c 100644 --- a/LunaTranslator/retrieval.py +++ b/LunaTranslator/retrieval.py @@ -236,6 +236,8 @@ for f in collect: _target = "kernel32.dll" elif _dll.lower().startswith("api-ms-win-crt"): _target = "ucrtbase.dll" + else: + continue _dll = _dll.encode() _target = _target.encode() # print(len(bs))