Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samling-jackyjyo authored Sep 10, 2024
1 parent 1cf19c7 commit 9151c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webssh/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def print_version(flag):
define('maxconn', type=int, default=20,
help='Maximum live connections (ssh sessions) per client')
define('font', default='', help='custom font filename')
define('encoding', default='',
define('encoding', default='utf-8',
help='''The default character encoding of ssh servers.
Example: --encoding='utf-8' to solve the problem with some switches&routers''')
define('version', type=bool, help='Show version information',
Expand Down

0 comments on commit 9151c8b

Please sign in to comment.