1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Upd: [CN] meowfficer assets

not sure whether other server changed after maintain, so cn only

opt: hide password in deploy log
This commit is contained in:
18870
2021-12-23 17:53:33 +08:00
parent 7171d45fe3
commit 39bc1ecc13
7 changed files with 7 additions and 4 deletions

View File

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