mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: Handle BrokenPipeError in minitouch
- Fix: Remove cached session globally when disconnecting to ADB - Fix: Typo in del_cached_property()
This commit is contained in:
@@ -14,7 +14,7 @@ def del_cached_property(obj, name):
|
||||
obj:
|
||||
name (str):
|
||||
"""
|
||||
if 'attr' in obj.__dict__:
|
||||
if name in obj.__dict__:
|
||||
del obj.__dict__[name]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user