mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Add: 增加多开支持
- 复制一份alas.pyw就可以多开了 - 修复了找不到./log目录的问题 - 增加了报错信息打印至log
This commit is contained in:
@@ -456,12 +456,12 @@ class AzurLaneConfig:
|
||||
self.config.set(option[0], option[1], record)
|
||||
self.save()
|
||||
|
||||
def __init__(self, conf='main'):
|
||||
def __init__(self, ini_name='alas'):
|
||||
"""
|
||||
Args:
|
||||
conf (str): Config to load.
|
||||
ini_name (str): Config to load.
|
||||
"""
|
||||
self.load_config_file(conf)
|
||||
self.load_config_file(ini_name)
|
||||
|
||||
self.create_folder()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user