this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

MostLikedFeed: put 'committing changes' after 'deleted X old posts'

+1 -1
+1 -1
feeds/mostliked.py
··· 64 64 self.logger.debug('deleted {} old posts'.format(self.db_cnx.changes())) 65 65 66 66 def commit_changes(self): 67 - self.logger.debug('committing changes') 68 67 self.delete_old_posts() 68 + self.logger.debug('committing changes') 69 69 self.transaction_commit(self.db_cnx) 70 70 self.wal_checkpoint(self.db_cnx, 'RESTART') 71 71