mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
d5f4a4f926
commit
df23bbbc97
|
@ -1220,7 +1220,8 @@ def hashtag_search_json(nickname: str, domain: str, port: int,
|
||||||
if not post_filename:
|
if not post_filename:
|
||||||
continue
|
continue
|
||||||
post_json_object = load_json(post_filename)
|
post_json_object = load_json(post_filename)
|
||||||
if post_json_object:
|
if not post_json_object:
|
||||||
|
continue
|
||||||
if not has_object_dict(post_json_object):
|
if not has_object_dict(post_json_object):
|
||||||
continue
|
continue
|
||||||
if not is_public_post(post_json_object):
|
if not is_public_post(post_json_object):
|
||||||
|
|
Loading…
Reference in New Issue