OpenVoiceOS / skill-ovos-weather

OpenVoiceOS official Weather Skill, providing weather conditions and forecasts.
Apache License 2.0
1 stars 4 forks source link

fix auto weather cache reset #35

Closed emphasize closed 1 year ago

emphasize commented 1 year ago

Problem: the weather cache file is removed from the filesystem. In certain cases this leads to exceptions.

Since the cache is a JsonStorage object it is better to call clear flushing the content.

Closes: #29