mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-07-01 12:26:26 +00:00
feat: TabTools_Andreal
This commit is contained in:
@ -74,6 +74,9 @@ class AndrealHelper(QObject):
|
||||
return base64.b64decode(b64result)
|
||||
|
||||
def request(self, jsonPath: str, arguments: list[str]):
|
||||
logger.debug(
|
||||
f"{self.__class__.__name__} received request {jsonPath=} {arguments=}"
|
||||
)
|
||||
runnable = AndrealExecuteRunnable(self.andrealExecutable, jsonPath, arguments)
|
||||
runnable.signals.error.connect(self.error)
|
||||
runnable.signals.completed.connect(self.ready)
|
||||
|
Reference in New Issue
Block a user