mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Opt: Remove ssh output
This commit is contained in:
@@ -88,7 +88,7 @@ def remote_access_service(
|
||||
).start()
|
||||
|
||||
stdout = _ssh_process.stdout.readline().decode("utf8")
|
||||
logger.info(f"ssh server stdout: {stdout}")
|
||||
logger.debug(f"ssh server stdout: {stdout}")
|
||||
connection_info = {}
|
||||
try:
|
||||
connection_info = json.loads(stdout)
|
||||
|
||||
Reference in New Issue
Block a user