1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 13:57:26 +08:00

Add: First executable prototype

This commit is contained in:
SarContDeli
2022-09-01 18:28:17 +08:00
parent 9ea8396bed
commit 764e216c98
3 changed files with 7 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ class ConnectionAttr:
if 'proxy' in k[0].split('_')[-1].lower():
del os.environ[k[0]]
else:
su = super(AzurLaneConfig, self.config)
su = super(self.config.__class__, self.config)
for k, v in deep_iter(su.__dict__, depth=1):
if not isinstance(v, str):
continue