forked from LBRYCommunity/lbry-sdk
rename BLOCKING_CHANNELS_IDS/FILTERING_CHANNELS_IDS to remove double S
This commit is contained in:
parent
254e184677
commit
bb23f509d7
1 changed files with 2 additions and 2 deletions
|
@ -847,8 +847,8 @@ class LBRYLevelDB(LevelDB):
|
|||
# space separated list of channel URIs used for filtering bad content
|
||||
self.sql = SQLDB(
|
||||
self, path,
|
||||
self.env.default('BLOCKING_CHANNELS_IDS', '').split(' '),
|
||||
self.env.default('FILTERING_CHANNELS_IDS', '').split(' '),
|
||||
self.env.default('BLOCKING_CHANNEL_IDS', '').split(' '),
|
||||
self.env.default('FILTERING_CHANNEL_IDS', '').split(' '),
|
||||
)
|
||||
|
||||
def close(self):
|
||||
|
|
Loading…
Reference in a new issue