summaryrefslogtreecommitdiffstats
path: root/examples/threaded
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threaded')
-rw-r--r--examples/threaded7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/threaded b/examples/threaded
index 9b0cab0..abbaf55 100644
--- a/examples/threaded
+++ b/examples/threaded
@@ -38,8 +38,11 @@ import threading
# Geographical coodinates.
-# (KTH building D computer laboratories in this example.)
-latitude, longitude = 59.3472, 18.0728
+# ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent
+# i glass and steal) in this example. An glas obelisk, lit from the inside
+# with adjustable colours and a default colour of 5600 K, in the middle
+# of a hyperelliptic roundabout.)
+latitude, longitude = 59.3326, 18.0652
# Adjust settings by solar elevation.
get_dayness = lambda : sun(latitude, longitude)