summaryrefslogtreecommitdiff
path: root/cached/weather_forecast.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-10-25 15:05:02 -0700
committerScott Gasch <[email protected]>2021-10-25 15:05:02 -0700
commited47f1a0c31184280a303563237e34c0e53437d7 (patch)
tree068354586bbfa5968b9ac05f75f3c6fb35f8064e /cached/weather_forecast.py
parent592f27f4743c0a66b6634692fea6c3eb8f252814 (diff)
Move cache location. Also, add doctests for exec_utils.
Diffstat (limited to 'cached/weather_forecast.py')
-rw-r--r--cached/weather_forecast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cached/weather_forecast.py b/cached/weather_forecast.py
index a413d9f..2509f43 100644
--- a/cached/weather_forecast.py
+++ b/cached/weather_forecast.py
@@ -27,7 +27,7 @@ cfg = config.add_commandline_args(
cfg.add_argument(
'--weather_forecast_cachefile',
type=str,
- default=f'{os.environ["HOME"]}/.weather_forecast_cache',
+ default=f'{os.environ["HOME"]}/cache/.weather_forecast_cache',
metavar='FILENAME',
help='File in which to cache weather data'
)