mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
c47b0eb7a1
commit
62fa727fbb
|
@ -431,10 +431,11 @@ def _xml2str_to_hashtag_categories(base_dir: str, xml_str: str,
|
||||||
if 'CDATA' in hashtag_list_str:
|
if 'CDATA' in hashtag_list_str:
|
||||||
continue
|
continue
|
||||||
hashtag_list = hashtag_list_str.split(' ')
|
hashtag_list = hashtag_list_str.split(' ')
|
||||||
if not is_blocked_hashtag(base_dir, category_str):
|
if is_blocked_hashtag(base_dir, category_str):
|
||||||
for hashtag in hashtag_list:
|
continue
|
||||||
set_hashtag_category(base_dir, hashtag, category_str,
|
for hashtag in hashtag_list:
|
||||||
False, force)
|
set_hashtag_category(base_dir, hashtag, category_str,
|
||||||
|
False, force)
|
||||||
|
|
||||||
|
|
||||||
def _get_podcast_categories(xml_item: str, xml_str: str) -> str:
|
def _get_podcast_categories(xml_item: str, xml_str: str) -> str:
|
||||||
|
|
Loading…
Reference in New Issue