diff options
author | Devaev Maxim <[email protected]> | 2020-10-15 09:56:52 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-10-15 09:56:52 +0300 |
commit | d96478b2092a433651712ac27c886c0d174f9484 (patch) | |
tree | 5b2d5a8a1175eb75cf277b1ad46900c612de7600 /kvmd/apps/vnc | |
parent | de2998a42fb65d3207c1cf64e4b42e1d727f846e (diff) | |
parent | a7f3773e0b47ddeeef5550859927fd4630b14da7 (diff) |
Merge branch 'confirm' into master
Diffstat (limited to 'kvmd/apps/vnc')
-rw-r--r-- | kvmd/apps/vnc/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/apps/vnc/__init__.py b/kvmd/apps/vnc/__init__.py index 534768a3..f252e404 100644 --- a/kvmd/apps/vnc/__init__.py +++ b/kvmd/apps/vnc/__init__.py @@ -39,6 +39,7 @@ def main(argv: Optional[List[str]]=None) -> None: config = init( prog="kvmd-vnc", description="VNC to KVMD proxy", + check_run=True, argv=argv, )[2].vnc |