diff options
-rwxr-xr-x | blue.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ while i < n: i += 1 else: break -if i != n or (human and unix): +if i != n or (human and unix) or (local and unix): usage() |
index : blue | ||
[Feature complete] Print a table of when the blue hour, the golden hour, or whatever you want occurs | Mattias Andrée <m@maandree.se> |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | blue.py | 2 |
@@ -91,7 +91,7 @@ while i < n: i += 1 else: break -if i != n or (human and unix): +if i != n or (human and unix) or (local and unix): usage() |