mirror of
https://github.com/ihabunek/toot
synced 2024-12-24 16:10:52 +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()
|
name = field["name"].title()
|
||||||
print_out(f'\n<yellow>{name}</yellow>:')
|
print_out(f'\n<yellow>{name}</yellow>:')
|
||||||
print_html(field["value"])
|
print_html(field["value"])
|
||||||
|
if field["verified_at"]:
|
||||||
|
print_out("<green>✓ Verified</green>")
|
||||||
|
|
||||||
print_out("")
|
print_out("")
|
||||||
print_out(account["url"])
|
print_out(account["url"])
|
||||||
|
Loading…
Reference in New Issue
Block a user