Wrap this long line.
This commit is contained in:
parent
ced16d9063
commit
b659a6da5f
1 changed files with 8 additions and 1 deletions
|
@ -203,7 +203,14 @@ class YCDLDBChannelMixin:
|
||||||
|
|
||||||
return excs
|
return excs
|
||||||
|
|
||||||
def refresh_all_channels(self, *, force=False, rss_assisted=True, skip_failures=False, commit=True):
|
def refresh_all_channels(
|
||||||
|
self,
|
||||||
|
*,
|
||||||
|
force=False,
|
||||||
|
rss_assisted=True,
|
||||||
|
skip_failures=False,
|
||||||
|
commit=True,
|
||||||
|
):
|
||||||
self.log.info('Refreshing all channels.')
|
self.log.info('Refreshing all channels.')
|
||||||
|
|
||||||
if rss_assisted and not force:
|
if rss_assisted and not force:
|
||||||
|
|
Loading…
Reference in a new issue