From 14d898ce9bad6f7bf36c5a85b2b6c4dbe30b13a3 Mon Sep 17 00:00:00 2001 From: jimmy201602 Date: Tue, 8 May 2018 23:00:12 +0800 Subject: [PATCH] fix telnet protocol bug --- guacamole/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/client.py b/guacamole/client.py index 67f5a513..8fbe6c12 100644 --- a/guacamole/client.py +++ b/guacamole/client.py @@ -14,7 +14,7 @@ from .instruction import GuacamoleInstruction as Instruction # supported protocols -PROTOCOLS = ('vnc', 'rdp', 'ssh') +PROTOCOLS = ('vnc', 'rdp', 'ssh','telnet') PROTOCOL_NAME = 'guacamole'