Skip to content

Commit

Permalink
Print verified flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Jan 30, 2023
1 parent baa5a37 commit 40076ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toot/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ def print_account(account):
name = field["name"].title()
print_out(f'\n<yellow>{name}</yellow>:')
print_html(field["value"])
if field["verified_at"]:
print_out("<green>✓ Verified</green>")

print_out("")
print_out(account["url"])
Expand Down

0 comments on commit 40076ab

Please sign in to comment.