diff options
author | Devaev Maxim <[email protected]> | 2020-09-30 07:25:52 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-09-30 07:25:52 +0300 |
commit | 630593492abe6f7d6edf15ee05e62e7d0489e36d (patch) | |
tree | 2985bad3f9b083200ae6535f4fd42ef1872bc8d5 /kvmd/apps/vnc/__init__.py | |
parent | 3f9c32e9fc518bf7e94a2507bd2e388de3f6f749 (diff) |
ignored protected-access for _unpack()
Diffstat (limited to 'kvmd/apps/vnc/__init__.py')
-rw-r--r-- | kvmd/apps/vnc/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kvmd/apps/vnc/__init__.py b/kvmd/apps/vnc/__init__.py index 923ac39a..534768a3 100644 --- a/kvmd/apps/vnc/__init__.py +++ b/kvmd/apps/vnc/__init__.py @@ -44,7 +44,6 @@ def main(argv: Optional[List[str]]=None) -> None: user_agent = htclient.make_user_agent("KVMD-VNC") - # pylint: disable=protected-access VncServer( host=config.server.host, port=config.server.port, |