change debug

This commit is contained in:
Antonio J. Delgado 2025-02-17 09:55:50 +02:00
parent 6221ed0240
commit 642b57c5b5

View file

@ -111,7 +111,7 @@ class MastodonEmailBridge:
rows = res.fetchall()
for row in rows:
self._log.debug(
row
row[1]
)
if row[0] in self.sent_items:
self._log.warning("Duplicate id in database '%s'", row[0])