1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-28 17:24:04 +08:00

Fix: Configuration missing in MAA

This commit is contained in:
SarContDeli
2022-09-14 12:02:28 +08:00
parent f513f0fa91
commit 3c467a51b6
5 changed files with 58 additions and 4 deletions

View File

@@ -375,8 +375,10 @@ class AzurLaneAutoScript:
def wait_until(self, future):
"""
Wait until a specific time.
Args:
future (datetime):
Returns:
bool: True if wait finished, False if config changed.
"""