@@ -11,8 +11,6 @@ def add(c, url, name=None):
print(name)
if name is None:
pos = url.rfind('/') + 1
print(url)
print(pos)
ending = url[pos:]
ending = ending.split(".")
name = ending[0]
The note is not visible to the blocked user.