8kun hotfix

This commit is contained in:
2019-12-17 13:07:43 -05:00
parent 4083048bde
commit 381468a463
5 changed files with 60 additions and 63 deletions

View File

@@ -10,6 +10,7 @@ class ChanHelper:
self._image_path = image_path
self._boards = boards
self.rps = rps
self.get_method = None
def boards(self):
return [b.replace("\\_", "_") for b in self._boards if not b.startswith("_")]