mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
refactoring
This commit is contained in:
@@ -69,7 +69,7 @@ from .logreader import LogReader
|
||||
from .ugpio import UserGpio
|
||||
from .streamer import Streamer
|
||||
from .snapshoter import Snapshoter
|
||||
from .tesseract import TesseractOcr
|
||||
from .ocr import Ocr
|
||||
|
||||
from .api.auth import AuthApi
|
||||
from .api.auth import check_request_auth
|
||||
@@ -130,7 +130,7 @@ class KvmdServer(HttpServer): # pylint: disable=too-many-arguments,too-many-ins
|
||||
info_manager: InfoManager,
|
||||
log_reader: (LogReader | None),
|
||||
user_gpio: UserGpio,
|
||||
ocr: TesseractOcr,
|
||||
ocr: Ocr,
|
||||
|
||||
hid: BaseHid,
|
||||
atx: BaseAtx,
|
||||
|
||||
Reference in New Issue
Block a user