Move Stevens Lat/Long to the summit on Cowboy Mountain.
authorScott Gasch <[email protected]>
Tue, 21 Feb 2023 02:05:12 +0000 (18:05 -0800)
committerScott Gasch <[email protected]>
Tue, 21 Feb 2023 02:05:12 +0000 (18:05 -0800)
weather_renderer.py

index 4285fdefd5b646eb24f65a6ac24aba0febd35164..5d8df1e1129ffcb237ebd9f4234e370a4e9fa4a0 100644 (file)
@@ -86,7 +86,7 @@ class weather_renderer(renderer.abstaining_renderer):
     def fetch_weather(self) -> bool:
         if self.file_prefix == "stevens":
             text_location = "Stevens Pass, WA"
-            param = "lat=47.74&lon=-121.08"
+            param = "lat=47.7322&lon=-121.1025"
         elif self.file_prefix == "telma":
             text_location = "Telma, WA"
             param = "lat=47.84&lon=-120.81"