Browse Source

Fixed typo

pull/159/head
Sheng 5 years ago
parent
commit
51d527fe75
  1. 2
      webssh/handler.py

2
webssh/handler.py

@ -438,7 +438,7 @@ class IndexHandler(MixinHandler, tornado.web.RequestHandler):
if result:
return result
logging.warning('Could not detect the default ecnoding.')
logging.warning('Could not detect the default encoding.')
return 'utf-8'
def ssh_connect(self, args):

Loading…
Cancel
Save