mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-14 13:09:01 +00:00
docker tweaks
This commit is contained in:
@@ -11,6 +11,7 @@ class ChanHelper:
|
||||
self._boards = boards
|
||||
self.rps = rps
|
||||
self.get_method = None
|
||||
self.save_folder = None
|
||||
|
||||
def boards(self):
|
||||
return [b.replace("\\_", "_") for b in self._boards if not b.startswith("_")]
|
||||
|
||||
Reference in New Issue
Block a user