tangled
alpha
login
or
join now
edavis.dev
/
bsky-tools
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
feeds/rapidfire.py: fix typo
Eric Davis
2 years ago
fdcf1770
c810f856
+1
-1
1 changed file
expand all
collapse all
unified
split
feeds
rapidfire.py
+1
-1
feeds/rapidfire.py
···
62
62
)
63
63
64
64
def commit_changes(self):
65
65
-
self.logger.debug('comitting changes')
65
65
+
self.logger.debug('committing changes')
66
66
self.delete_old_posts()
67
67
self.transaction_commit(self.db_cnx)
68
68
self.wal_checkpoint(self.db_cnx, 'RESTART')