Print if no tags are followed
This commit is contained in:
parent
6f9ef69277
commit
7be74f9240
1 changed files with 5 additions and 2 deletions
|
@ -199,8 +199,11 @@ def print_acct_list(accounts):
|
|||
|
||||
|
||||
def print_tag_list(tags):
|
||||
if tags:
|
||||
for tag in tags:
|
||||
print_out(f"* <green>#{tag['name']}\t</green> {tag['url']}")
|
||||
else:
|
||||
print_out("You're not following any hashtags.")
|
||||
|
||||
|
||||
def print_search_results(results):
|
||||
|
|
Loading…
Reference in a new issue