mirror of https://gitlab.com/bashrc2/epicyon
debug
parent
6563caf539
commit
154a9e9ef3
|
@ -63,7 +63,7 @@ def html_conversation_view(post_id: str,
|
||||||
html_header_with_external_style(css_filename, instance_title, None)
|
html_header_with_external_style(css_filename, instance_title, None)
|
||||||
|
|
||||||
separator_str = html_post_separator(base_dir, None)
|
separator_str = html_post_separator(base_dir, None)
|
||||||
text_mode_separator = '<div class="transparent"><hr></div>'
|
text_mode_separator = '<div class="transparent"><hr></div>\n'
|
||||||
|
|
||||||
minimize_all_images = False
|
minimize_all_images = False
|
||||||
if nickname in min_images_for_accounts:
|
if nickname in min_images_for_accounts:
|
||||||
|
@ -101,6 +101,7 @@ def html_conversation_view(post_id: str,
|
||||||
if post_str:
|
if post_str:
|
||||||
# check for "HTTP/1.1 303 See Other Server"
|
# check for "HTTP/1.1 303 See Other Server"
|
||||||
if 'X-AP-Instance-ID' not in post_str:
|
if 'X-AP-Instance-ID' not in post_str:
|
||||||
|
print('DEBUG: post_str = ' + post_str)
|
||||||
conv_str += text_mode_separator + separator_str + post_str
|
conv_str += text_mode_separator + separator_str + post_str
|
||||||
|
|
||||||
conv_str += text_mode_separator + html_footer()
|
conv_str += text_mode_separator + html_footer()
|
||||||
|
|
Loading…
Reference in New Issue