mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 19:07:01 +08:00
AlasGG
This commit is contained in:
7
module/daemon/daemon_base.py
Normal file
7
module/daemon/daemon_base.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from module.base.base import ModuleBase
|
||||
|
||||
|
||||
class DaemonBase(ModuleBase):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
self.device.disable_stuck_detection()
|
||||
Reference in New Issue
Block a user