@ -113,7 +113,7 @@ def cleanHost(host):
if not host.startswith(('http://', 'https://')):
host = 'http://' + host
if not host.endswith('/'):
host = host.rstrip('/')
host += '/'
return host