1
0
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:
SarContDeli
2023-01-24 22:11:17 +08:00
committed by GitHub
parent b5fd60f014
commit bb44f039d9

View File

@@ -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
}