1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 13:59:02 +08:00
This commit is contained in:
18870 2021-12-31 20:57:29 +08:00
parent 70200c1e9a
commit d15fbbac79

View File

@ -21,7 +21,7 @@ class DeployConfig:
hr0('Show deploy config')
for k, v in self.config.items():
if k == 'Password':
pass
continue
print(f'{k}: {v}')
def read(self):