mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 01:45:25 +08:00
Add: API Token
This commit is contained in:
@@ -20,7 +20,7 @@ class DeployConfig:
|
||||
def show_config(self):
|
||||
hr0('Show deploy config')
|
||||
for k, v in self.config.items():
|
||||
if k == 'Password':
|
||||
if k in ('Password', 'ApiToken'):
|
||||
continue
|
||||
print(f'{k}: {v}')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user