diff --git a/breadtube_bot/bot.py b/breadtube_bot/bot.py index 206cdf6..b5d9276 100644 --- a/breadtube_bot/bot.py +++ b/breadtube_bot/bot.py @@ -251,7 +251,7 @@ class Bot: self.config = new_config if new_subscriptions is not None: - self.logger.info('Loading subscriptions: %s', new_subscriptions) + self.logger.info('Loading subscriptions') SubscriptionHelper.update_subscriptions(new=new_subscriptions, previous=self._yt_subscriptions) self._yt_subscriptions = new_subscriptions self.tasks.append((Bot.Task.INIT_SUBS, time.time() + 1, None))