mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Typo error in MAA interface (#2166)
This commit is contained in:
@@ -317,12 +317,14 @@ class AssistantHandler:
|
||||
self.config.task_delay(success=True)
|
||||
|
||||
def infrast(self):
|
||||
# Todo: drom_trust_enabled已经在新版本中改为dorm_trust_enabled,需要在正式版更新之后删除
|
||||
args = {
|
||||
"facility": self.split_filter(self.config.MaaInfrast_Facility),
|
||||
"drones": self.config.MaaInfrast_Drones,
|
||||
"threshold": self.config.MaaInfrast_Threshold,
|
||||
"replenish": self.config.MaaInfrast_Replenish,
|
||||
"dorm_notstationed_enabled": self.config.MaaInfrast_Notstationed,
|
||||
"dorm_trust_enabled": self.config.MaaInfrast_Trust,
|
||||
"drom_trust_enabled": self.config.MaaInfrast_Trust
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user