@@ -310,8 +310,9 @@ def main():
t2 = threading.Thread(target=listen())
t1.start()
t2.start()
t2.join()
print("started")
t1.join()
while True:
pass
if __name__ == '__main__':
The note is not visible to the blocked user.