misc fixes

This commit is contained in:
2019-09-06 08:59:39 -04:00
parent e4a2e59c22
commit 7a4c814408
4 changed files with 28 additions and 9 deletions

2
run.py
View File

@@ -52,7 +52,7 @@ class ChanScanner:
self.state.mark_thread_as_visited(thread, self.helper, board)
def all_posts(self):
for board in self.helper.boards:
for board in self.helper.boards():
for post in self._posts(board):
yield post, board