mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 05:47:23 +08:00
Fix: Typo in 39bc1ecc
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user