mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Opt: Config marge
This commit is contained in:
parent
5ca0eba158
commit
4d4107e9f1
@ -1,4 +1,3 @@
|
|||||||
import copy
|
|
||||||
import datetime
|
import datetime
|
||||||
import operator
|
import operator
|
||||||
import time
|
import time
|
||||||
@ -305,7 +304,10 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig):
|
|||||||
Returns:
|
Returns:
|
||||||
AzurLaneConfig
|
AzurLaneConfig
|
||||||
"""
|
"""
|
||||||
config = copy.copy(self)
|
# Since all tasks run independently, there's no need to separate configs
|
||||||
|
# config = copy.copy(self)
|
||||||
|
config = self
|
||||||
|
|
||||||
for attr in dir(config):
|
for attr in dir(config):
|
||||||
if attr.endswith('__'):
|
if attr.endswith('__'):
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user