diff options
Diffstat (limited to 'examples/weather')
-rw-r--r-- | examples/weather | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/weather b/examples/weather index c31f3a4..1d008e1 100644 --- a/examples/weather +++ b/examples/weather @@ -25,6 +25,7 @@ latitude, longitude = 59.3326, 18.0652 # code of the nearest airport. # (Stockholm Bromma Airport in this example.) airport = 'ESSB' +# You can also use None if you have ~/.config/metar set. # Command used to download a file at an HTTP URL download_command = None |