mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
@@ -24,8 +24,6 @@ from typing import Iterable
|
||||
from typing import AsyncGenerator
|
||||
from typing import Any
|
||||
|
||||
from ....lanuages import Lanuages
|
||||
|
||||
from ....logging import get_logger
|
||||
|
||||
from .... import aiomulti
|
||||
@@ -120,7 +118,7 @@ class Plugin(BaseHid): # pylint: disable=too-many-instance-attributes
|
||||
|
||||
def sysprep(self) -> None:
|
||||
udc = usb.find_udc(self.__udc)
|
||||
get_logger(0).info(Lanuages().gettext("Using UDC %s"), udc)
|
||||
get_logger(0).info("Using UDC %s", udc)
|
||||
self.__keyboard_proc.start(udc)
|
||||
self.__mouse_proc.start(udc)
|
||||
if self.__mouse_alt_proc:
|
||||
|
||||
Reference in New Issue
Block a user