From 9aa51cfa251e9f5fafde9b89776345fce651a19d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 30 Jun 2016 09:26:45 -0400 Subject: [PATCH] Update the weather station Switching from sault ste marie to mackinac island airport --- Toolkit/Weather.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Toolkit/Weather.php b/Toolkit/Weather.php index 12cc534..fb76d0c 100755 --- a/Toolkit/Weather.php +++ b/Toolkit/Weather.php @@ -46,7 +46,7 @@ class Toolkit_Weather * @var $_stationId string * @access private */ - private $_stationId = 'KANJ'; + private $_stationId = 'KMCD'; //KANJ /** -- 2.17.1