@@ -63,7 +63,7 @@ def main():
cmd = cmd.replace('\n', '\r')
print("> [%s]" % (cmd.strip('\r')))
lmwsip.send(cmd)
print("< [%s]" % (lmwsip.recv().decode('utf-8').strip('\r')))
print("< [%s]" % (lmwsip.recv().strip('\r')))
f.close()
if __name__ == "__main__":
The note is not visible to the blocked user.