mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Typo in 39bc1ecc
This commit is contained in:
parent
70200c1e9a
commit
d15fbbac79
@ -21,7 +21,7 @@ class DeployConfig:
|
|||||||
hr0('Show deploy config')
|
hr0('Show deploy config')
|
||||||
for k, v in self.config.items():
|
for k, v in self.config.items():
|
||||||
if k == 'Password':
|
if k == 'Password':
|
||||||
pass
|
continue
|
||||||
print(f'{k}: {v}')
|
print(f'{k}: {v}')
|
||||||
|
|
||||||
def read(self):
|
def read(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user