diff --git a/kibicara/platforms/mastodon/bot.py b/kibicara/platforms/mastodon/bot.py index 1ecc89d..91dcd20 100644 --- a/kibicara/platforms/mastodon/bot.py +++ b/kibicara/platforms/mastodon/bot.py @@ -48,7 +48,7 @@ class MastodonBot(Censor): if status_id > self.model.last_seen: self.model.last_seen = status_id # save last_seen in database text = status['status']['content'] - # sanitize toot content; see ticketfrei2 for regex magic + # :TODO sanitize toot content; see ticketfrei2 for regex magic logger.debug( "Mastodon in %s received message: " % (self.model.hood.name,) )