1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:29:26 +08:00

Add: Semi-auto, Opsi semi-auto and benchmark

- Add: dependency prettytable
- Fix: Running an Alas module directly
- Del: Remove all assets in daemon module, because it's redundant
This commit is contained in:
LmeSzinc
2021-10-25 18:49:56 +08:00
parent 3249190d61
commit dd7b389797
60 changed files with 481 additions and 70 deletions

View File

@@ -112,6 +112,8 @@ class Device(Screenshot, Control, AppControl):
"""
Disable stuck detection and its handler. Usually uses in semi auto and debugging.
"""
logger.info('Disable stuck detection')
def empty_function(*arg, **kwargs):
return False