mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Opt: Remove ssh output
This commit is contained in:
parent
85c0682773
commit
5a690f255c
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user