From 9f6be9c751cc936f52e7d7dfde2104238b9bd035 Mon Sep 17 00:00:00 2001 From: "Adam R. Grey" Date: Thu, 9 Dec 2021 11:13:34 -0500 Subject: [PATCH] bump franz to more cooperative version --- Program.cs | 6 +++++- director.csproj | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index cac1fd6..1d44c61 100644 --- a/Program.cs +++ b/Program.cs @@ -103,8 +103,12 @@ namespace director Console.WriteLine($"calendars checked, looks like event {copy.Occurrence._event.Uid} thing is handled"); } } + else + { + Console.WriteLine($"{s.Occurrence._event.Summary} is a while out {s.Showtime}, will come back to it later."); + } } - Console.WriteLine("calendars checked"); + Console.WriteLine($"calendars checked, {scratch.agenda.Count()} items on agenda"); } private static async Task checkCalendar(string calendarUri) diff --git a/director.csproj b/director.csproj index 1495279..aeee517 100644 --- a/director.csproj +++ b/director.csproj @@ -7,7 +7,7 @@ - +