mirror of
https://github.com/ihabunek/toot
synced 2024-12-23 15:37:47 +01:00
Print verified flag
This commit is contained in:
parent
baa5a37125
commit
40076ab0c4
@ -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"])
|
||||
|
Loading…
Reference in New Issue
Block a user