1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 21:35:24 +08:00

fix dock_select_one bug

This commit is contained in:
Cyunmi
2021-08-12 19:28:57 +08:00
parent 94e355915e
commit 79977b840b
3 changed files with 39 additions and 34 deletions

View File

@@ -626,7 +626,6 @@ class AzurLaneConfig:
def load_config_file(self, name='alas'):
self.CONFIG_FILE = f'./config/{name}.ini'
print(self.CONFIG_FILE)
self.config = get_config(ini_name=name)
self.load_from_config(self.config)
self.config_check()