Work with new Unicode configs.

This commit is contained in:
Itamar Turner-Trauring 2021-01-07 11:59:23 -05:00
parent 054af4b76e
commit 3b29a5f707

View File

@ -2012,5 +2012,5 @@ class SFTPServer(service.MultiService):
f = SSHFactory()
f.portal = p
s = strports.service(sftp_portstr, f)
s = strports.service(six.ensure_str(sftp_portstr), f)
s.setServiceParent(self)