mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-26 02:11:06 +00:00
Fix: [ALAS] Retry check_mumu_app_keep_alive()
This commit is contained in:
parent
bc6624ef05
commit
20f72b9872
@ -266,6 +266,7 @@ class Connection(ConnectionAttr):
|
|||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
@retry
|
||||||
def check_mumu_app_keep_alive(self):
|
def check_mumu_app_keep_alive(self):
|
||||||
if not self.is_mumu_family:
|
if not self.is_mumu_family:
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user