From 658c74339f75e520436a207fe7ce3bda6769311f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 3 Nov 2019 10:33:23 -0800 Subject: note about python version --- sun | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sun b/sun index ada17ba..dbcafdd 100755 --- a/sun +++ b/sun @@ -1,5 +1,7 @@ #!/usr/bin/env perl +# https://michelanders.blogspot.com/2010/12/calulating-sunrise-and-sunset-in-python.html + use strict; use utf8; -- cgit v1.2.3