mirror of https://github.com/huashengdun/webssh
Fixed typo
parent
884ac27d5c
commit
51d527fe75
|
@ -438,7 +438,7 @@ class IndexHandler(MixinHandler, tornado.web.RequestHandler):
|
||||||
if result:
|
if result:
|
||||||
return result
|
return result
|
||||||
|
|
||||||
logging.warning('Could not detect the default ecnoding.')
|
logging.warning('Could not detect the default encoding.')
|
||||||
return 'utf-8'
|
return 'utf-8'
|
||||||
|
|
||||||
def ssh_connect(self, args):
|
def ssh_connect(self, args):
|
||||||
|
|
Loading…
Reference in New Issue