mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
lint fix
This commit is contained in:
parent
19a68887e4
commit
014f9b5bd5
@ -29,8 +29,8 @@ class _Netcfg:
|
|||||||
|
|
||||||
|
|
||||||
# =====
|
# =====
|
||||||
class JanusRunner:
|
class JanusRunner: # pylint: disable=too-many-instance-attributes
|
||||||
def __init__( # pylint: disable=too-many-instance-attributes
|
def __init__(
|
||||||
self,
|
self,
|
||||||
stun_host: str,
|
stun_host: str,
|
||||||
stun_port: int,
|
stun_port: int,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user