mirror of https://gitlab.com/bashrc2/epicyon
Reverse posts in conversation
parent
846381d140
commit
a1bf611ca0
2
posts.py
2
posts.py
|
@ -6117,4 +6117,4 @@ def download_conversation_posts(session, http_prefix: str, base_dir: str,
|
||||||
if debug:
|
if debug:
|
||||||
if not post_json:
|
if not post_json:
|
||||||
print(post_id + ' returned no json')
|
print(post_id + ' returned no json')
|
||||||
return conversation_thread
|
return conversation_thread.reverse()
|
||||||
|
|
Loading…
Reference in New Issue