Skip to content

Commit

Permalink
fix telnet protocol bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy201602 committed May 8, 2018
1 parent 6946921 commit 14d898c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guacamole/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .instruction import GuacamoleInstruction as Instruction

# supported protocols
PROTOCOLS = ('vnc', 'rdp', 'ssh')
PROTOCOLS = ('vnc', 'rdp', 'ssh','telnet')

PROTOCOL_NAME = 'guacamole'

Expand Down

0 comments on commit 14d898c

Please # to comment.