summaryrefslogtreecommitdiff
path: root/src/leap/util/web.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/util/web.py')
-rw-r--r--src/leap/util/web.py1
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