mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-10 02:34:51 +00:00
Upload code
This commit is contained in:
@@ -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