summaryrefslogtreecommitdiffstats
path: root/modules/clock.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/clock.py')
-rwxr-xr-xmodules/clock.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/clock.py b/modules/clock.py
index f848423..91f2d5b 100755
--- a/modules/clock.py
+++ b/modules/clock.py
@@ -280,6 +280,7 @@ tock.priority = 'high'
def npl(phenny, input):
"""Shows the time from NPL's SNTP server."""
+ # for server in ('ntp1.npl.co.uk', 'ntp2.npl.co.uk'):
client = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
client.sendto('\x1b' + 47 * '\0', ('ntp1.npl.co.uk', 123))
data, address = client.recvfrom(1024)