From e8320c9c52e8b995a6ccf9ac6445c99844cc63be Mon Sep 17 00:00:00 2001 From: W1NDes Date: Wed, 23 Jul 2025 22:50:51 +0800 Subject: [PATCH] =?UTF-8?q?Fix(ResearchInspect):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E6=97=A5=E5=BF=97=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=20-=20=E6=95=B4=E4=B8=AA=E7=BA=BF=E6=80=A7=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=8F=AA=E8=BF=9B=E8=A1=8C=E4=B8=80=E6=AC=A1LogRes?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E9=98=B2=E6=AD=A2=E5=9B=A0=E4=B8=BA?= =?UTF-8?q?update=E4=B8=8D=E5=8F=8A=E6=97=B6=E7=9A=84=E9=94=99=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/regular_inspect/research_inspect.py | 1 - 1 file changed, 1 deletion(-) diff --git a/module/regular_inspect/research_inspect.py b/module/regular_inspect/research_inspect.py index cab7c189e..a4e1ca85c 100644 --- a/module/regular_inspect/research_inspect.py +++ b/module/regular_inspect/research_inspect.py @@ -93,7 +93,6 @@ class ResearchInspect(UI, ModuleBase): try: self._IsSingleFinished(1) except ExpHasFinished: - LogRes(self.config).ResearchPercent =100 pass except ExpFinished: self._Notify(1)