@@ -7,6 +7,7 @@ import hashlib
import pathlib
import os
import json
import sys
def get_args():
@@ -64,8 +65,8 @@ def main(args):
).hexdigest()
}
)
print(r)
print(r.content)
print(r, file=sys.stderr)
print(r.content.decode().strip())
return 0
The note is not visible to the blocked user.