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