diff --git a/linkulator.py b/linkulator.py index 19b8100..7a9ea66 100755 --- a/linkulator.py +++ b/linkulator.py @@ -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))