1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Fix: Unable to override null arguments

This commit is contained in:
SarContDeli
2022-11-05 09:45:24 +08:00
parent ad61593350
commit d73336af5a
5 changed files with 32 additions and 20 deletions

View File

@@ -111,7 +111,8 @@ class AssistantHandler:
"""
if m in [
self.Message.AllTasksCompleted,
self.Message.TaskChainError
self.Message.TaskChainError,
self.Message.TaskChainStopped
]:
self.signal = m