add debug
This commit is contained in:
parent
70bd2fbb70
commit
a7c0af726c
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ class MastodonEmailBridge:
|
||||||
|
|
||||||
def _get_sent_posts(self):
|
def _get_sent_posts(self):
|
||||||
self.sent_items = []
|
self.sent_items = []
|
||||||
|
self._log.debug(
|
||||||
|
"Reading sent items from database..."
|
||||||
|
)
|
||||||
self.sqlite = sqlite3.connect(self.config['sent_items_file'])
|
self.sqlite = sqlite3.connect(self.config['sent_items_file'])
|
||||||
self.sqlite.row_factory = sqlite3.Row
|
self.sqlite.row_factory = sqlite3.Row
|
||||||
cur = self.sqlite.cursor()
|
cur = self.sqlite.cursor()
|
||||||
|
|
Loading…
Reference in a new issue