summaryrefslogtreecommitdiff
path: root/cached/weather_forecast.py
diff options
context:
space:
mode:
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'
)