mirror of https://gitlab.com/bashrc2/epicyon
Indicate current position
parent
f4cd9fa138
commit
3d1226e0cb
|
@ -375,4 +375,7 @@ def download_conversation_posts(authorized: bool, session,
|
||||||
if not get_json_valid(post_json_object):
|
if not get_json_valid(post_json_object):
|
||||||
print(post_id + ' returned no json')
|
print(post_id + ' returned no json')
|
||||||
|
|
||||||
return conversation_view + replies_to_post
|
if replies_to_post:
|
||||||
|
conversation_view += '<hr>\n' + replies_to_post
|
||||||
|
|
||||||
|
return conversation_view
|
||||||
|
|
Loading…
Reference in New Issue