@@ -42,7 +42,7 @@ def _parse_url(url):
url = url[1:]
port = 0
else:
raise
raise ValueError("invalid URL scheme: %s" % url[:50])
if not '/' in url: url = url + '/'
The note is not visible to the blocked user.