@@ -24,6 +24,7 @@ def set_time():
NTP_QUERY = bytearray(48)
NTP_QUERY[0] = 0x1B
addr = socket.getaddrinfo(host, 123)[0][-1]
print('NTP query to ' + str(addr) + '...')
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
try:
s.settimeout(10)
The note is not visible to the blocked user.