From 74141719df0f52b98b4745c7c27e70c6417a5691 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 5 Feb 2022 09:41:31 -0800 Subject: [PATCH] Missed one. --- cached/weather_data.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2