mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-19 23:05:57 +00:00
8kun hotfix
This commit is contained in:
@@ -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("_")]
|
||||
|
||||
Reference in New Issue
Block a user