minor fix

This commit is contained in:
2025-09-05 18:39:40 +08:00
parent 98637a3d03
commit 4bacbb7bb8
4 changed files with 7 additions and 273 deletions

View File

@@ -212,7 +212,7 @@ class PreDos:
def pull_file_from_server(self, server_file: str, local_file: str): ...
class RobotInit:
def __init__(self, hr: HmiRequest, pd: PreDos, conf_path: str = '') -> None: ...
def __init__(self, hr: HmiRequest, pd: PreDos, reg_path: str = '') -> None: ...
def robot_init(self) -> None: ...
def fw_updater(self, fw_file: str): ...