mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Refactor: Abstract CampaignStatus class and fix task balancer in Raid
This commit is contained in:
@@ -467,6 +467,7 @@ class Minitouch(Connection):
|
||||
return self._minitouch_loop.run_until_complete(event)
|
||||
except websockets.ConnectionClosedError as e:
|
||||
# ConnectionClosedError: no close frame received or sent
|
||||
# ConnectionClosedError: sent 1011 (unexpected error) keepalive ping timeout; no close frame received
|
||||
logger.error(e)
|
||||
raise MinitouchOccupiedError(
|
||||
'ConnectionClosedError, '
|
||||
|
||||
Reference in New Issue
Block a user