Add channel deduplication
This commit is contained in:
parent
d645fecae0
commit
63b4be0ac1
4 changed files with 29 additions and 3 deletions
|
|
@ -10,6 +10,7 @@ class Config:
|
|||
bot_channel_scan_interval: float = 30.
|
||||
bot_channel_init_retries: int = 3
|
||||
bot_message_duration: float = 150.
|
||||
delete_duplicate_channels: bool = True
|
||||
request_timeout: float = 3.
|
||||
unmanaged_categories: str = ''
|
||||
youtube_channel_refresh_interval: float = 600
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue