@@ -10,11 +10,11 @@ if len(sys.argv) > 1:
else:
urls = sys.stdin.read().splitlines()
for url in urls:
if not validators.url(url):
if not urls:
sys.exit(2)
sys.exit(3)
host = "grapheneos.org"
The note is not visible to the blocked user.