Skip to content

Commit

Permalink
minor tweak to debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWilliams-UK committed Apr 8, 2024
1 parent e245087 commit 8744f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private void OnClick_Read(object sender, RoutedEventArgs e)
lastMonth = thisMonth;
}

SetStatusText($"Checking - Year {year}");
SetStatusText($"Checking Year {year}");

var monthly = HttpHelper.GetMonthlyUsage(_configuration, _selectedAccountId, year);
usages = monthly.Gas.Data.Count + monthly.Electricity.Data.Count;
Expand Down

0 comments on commit 8744f01

Please sign in to comment.