1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 23:57:23 +08:00

Opt: Use multi_set

This commit is contained in:
bookbug666
2023-01-12 12:06:07 +08:00
parent a155a8e9f8
commit 8a9dc00a34

View File

@@ -346,6 +346,7 @@ class UI(InfoHandler):
'EventSp', 'EventSp',
'GemsFarming', 'GemsFarming',
] ]
with self.config.multi_set():
for task in tasks: for task in tasks:
if task in ['GemsFarming']: if task in ['GemsFarming']:
continue continue
@@ -384,6 +385,7 @@ class UI(InfoHandler):
'EventSp', 'EventSp',
'GemsFarming', 'GemsFarming',
] ]
with self.config.multi_set():
for task in tasks: for task in tasks:
if task in ['GemsFarming']: if task in ['GemsFarming']:
continue continue