add debug
This commit is contained in:
parent
35e9503b06
commit
70bd2fbb70
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ class MastodonEmailBridge:
|
||||||
# else:
|
# else:
|
||||||
# self._log.debug("Found sent item with id '%s' (%s)", row[0], type(row[0]))
|
# self._log.debug("Found sent item with id '%s' (%s)", row[0], type(row[0]))
|
||||||
self.sent_items.append(row[0])
|
self.sent_items.append(row[0])
|
||||||
|
self._log.debug(
|
||||||
|
"Got %s sent items from database",
|
||||||
|
len(self.sent_items)
|
||||||
|
)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def process_url(self, url):
|
def process_url(self, url):
|
||||||
|
|
Loading…
Reference in a new issue