mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix.修复笔误
This commit is contained in:
@@ -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
|
||||
self.__lib.AsstGetVersion.restype = ctypes.c_char_p
|
||||
|
||||
Reference in New Issue
Block a user