fixed typo

This commit is contained in:
cmccabe 2020-07-12 15:49:01 +00:00
parent e408c3e1aa
commit 67943dde14
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ def print_thread_details(post_id) -> tuple:
# post detail view
print("\n\n{:<17}: {}".format(style_text("Title", False, "bold"), post_title))
print("{:<17}: {}".format(style_text("Link", False, "bold"), post_url))
print("{:<17}: {}".format(style_text("Category", flase, "bold"), post_category))
print("{:<17}: {}".format(style_text("Category", False, "bold"), post_category))
print("{:<17}: {}".format(style_text("User", False, "bold"), post_username))
print("{:<17}: {}".format(style_text("Date", False, "bold"), post_datetime))