diff options
| author | Scott Gasch <[email protected]> | 2022-02-05 09:41:31 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-05 09:41:31 -0800 |
| commit | 74141719df0f52b98b4745c7c27e70c6417a5691 (patch) | |
| tree | 43bb2ccdb8b3d6857e6364673406db8546096b9c /cached | |
| parent | 20dc43226d16e404514c3cdfba00e04469dbc17d (diff) | |
Missed one.
Diffstat (limited to 'cached')
| -rw-r--r-- | cached/weather_data.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cached/weather_data.py b/cached/weather_data.py index 7b86d02..1b0bef4 100644 --- a/cached/weather_data.py +++ b/cached/weather_data.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- import datetime import json |
