From 25170851036de4cfd3efeff132cfa16f37d5580b Mon Sep 17 00:00:00 2001 From: MistEO Date: Wed, 5 Jan 2022 18:12:15 +0800 Subject: [PATCH] =?UTF-8?q?fix.=E4=BF=AE=E5=A4=8D=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Python/interface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Python/interface.py b/src/Python/interface.py index 1add7cec4f..015ccf6707 100644 --- a/src/Python/interface.py +++ b/src/Python/interface.py @@ -145,7 +145,7 @@ class Asst: """ return self.__lib.AsstStart(self.__ptr) - def start_recurit_calc(self, select_level: list, set_time: bool) -> bool: + def start_recruit_calc(self, select_level: list, set_time: bool) -> bool: """ 进行公招计算 @@ -237,4 +237,4 @@ class Asst: self.__lib.AsstSetPenguinId.argtypes = ( ctypes.c_void_p, ctypes.c_char_p) - self.__lib.AsstGetVersion.restype = ctypes.c_char_p \ No newline at end of file + self.__lib.AsstGetVersion.restype = ctypes.c_char_p