diff options
Diffstat (limited to 'src/leap/util')
-rw-r--r-- | src/leap/util/web.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/util/web.py b/src/leap/util/web.py index b2aef058..15de0561 100644 --- a/src/leap/util/web.py +++ b/src/leap/util/web.py @@ -13,6 +13,7 @@ def get_https_domain_and_port(full_domain): from a full_domain string that can contain a colon """ + full_domain = unicode(full_domain) if full_domain is None: return None, None |