diff --git a/plugin.py b/plugin.py index 99e82d7..ed28bcb 100644 --- a/plugin.py +++ b/plugin.py @@ -271,11 +271,12 @@ def vmvnc(vm_id): vnc_target = { 'target_host': slaveip, 'target_port': slaveport, 'listen_host': myip, - 'listen_port': listenport } + 'listen_port': listenport + } vnc_options = { 'idle-timeout': 20, - 'verbose': True, - 'run-once': True } + 'verbose': True + } novnc.spawn(vnc_target, vnc_options)