diff --git a/song_of_the_day/Program.cs b/song_of_the_day/Program.cs index 7ae2011..159ce27 100644 --- a/song_of_the_day/Program.cs +++ b/song_of_the_day/Program.cs @@ -17,7 +17,7 @@ userCheckTimer.OnOccurence += async (s, ea) => var needsSaving = false; foreach (var memberId in memberList) { - Console.WriteLine("found member: " = memberId); + Console.WriteLine("found member: " + memberId); var foundUser = dci.Users.Where(u => u.SignalMemberId == memberId).SingleOrDefault(); if (foundUser == null) { diff --git a/song_of_the_day/VERSION b/song_of_the_day/VERSION index 699c6c6..9767cc9 100644 --- a/song_of_the_day/VERSION +++ b/song_of_the_day/VERSION @@ -1 +1 @@ -0.1.8 +0.1.10