diff --git a/Bot.cs b/Bot.cs index 82aecad..9841b7c 100644 --- a/Bot.cs +++ b/Bot.cs @@ -105,7 +105,8 @@ namespace RSSBot { } public static async void Save() { - if (RssBotFeeds.Count > 0) Logger.Info(/* "Speichere Daten..." */); + if (RssBotFeeds.Count > 0) + /* Logger.Info("Speichere Daten..."); */ foreach (RssBotFeed feed in RssBotFeeds) { string feedKey = $"{Configuration.RedisHash}:{feed.Url}";